diff --git a/build.sbt b/build.sbt index 9388857..609fe7b 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ libraryDependencies in takcli ++= Seq( ) resolvers in tpsserver += Resolver.sonatypeRepo("snapshots") -val http4sVersion = "0.17.0-SNAPSHOT" +val http4sVersion = "0.17.0-M1" val circeVersion = "0.7.0" libraryDependencies in tpsserver ++= Seq( "io.circe" %% "circe-core" % circeVersion,