diff --git a/build.sbt b/build.sbt index dce496d..4a9afc7 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val root = (project in file(".")) name := "http4s-fabric", libraryDependencies ++= Seq( "org.typelevel" %% "fabric-io" % "1.17.1", - "org.http4s" %% "http4s-core" % "1.0.0-M44", + "org.http4s" %% "http4s-core" % "1.0.0-M45", "org.typelevel" %% "cats-effect" % "3.5.7" ) )