Skip to content

Commit 39944e1

Browse files
Update http4s-core to 1.0.0-M46
1 parent 017dbbe commit 39944e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lazy val root = (project in file("."))
77
name := "http4s-fabric",
88
libraryDependencies ++= Seq(
99
"org.typelevel" %% "fabric-io" % "1.17.1",
10-
"org.http4s" %% "http4s-core" % "1.0.0-M44",
10+
"org.http4s" %% "http4s-core" % "1.0.0-M46",
1111
"org.typelevel" %% "cats-effect" % "3.5.7"
1212
)
1313
)

0 commit comments

Comments
 (0)