We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02982f0 + 12a5b00 commit 5470aafCopy full SHA for 5470aaf
1 file changed
build.sbt
@@ -57,7 +57,7 @@ libraryDependencies in takcli ++= Seq(
57
)
58
59
resolvers in tpsserver += Resolver.sonatypeRepo("snapshots")
60
-val http4sVersion = "0.17.0-SNAPSHOT"
+val http4sVersion = "0.17.0-M1"
61
val circeVersion = "0.7.0"
62
libraryDependencies in tpsserver ++= Seq(
63
"io.circe" %% "circe-core" % circeVersion,
0 commit comments