We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e09150 + 9e80b56 commit 54e9afdCopy full SHA for 54e9afd
build.sbt
@@ -122,10 +122,10 @@ val root =
122
libraryDependencies ++= Seq(
123
"org.typelevel" %% "cats-mtl" % "1.2.1",
124
"com.monovore" %% "decline-effect" % "2.1.0",
125
- "org.http4s" %% "http4s-dsl" % "0.23.2",
126
- "org.http4s" %% "http4s-blaze-server" % "0.23.2",
127
- "org.http4s" %% "http4s-blaze-client" % "0.23.2",
128
- "org.http4s" %% "http4s-circe" % "0.23.2",
+ "org.http4s" %% "http4s-dsl" % "0.23.3",
+ "org.http4s" %% "http4s-blaze-server" % "0.23.3",
+ "org.http4s" %% "http4s-blaze-client" % "0.23.3",
+ "org.http4s" %% "http4s-circe" % "0.23.3",
129
"ch.qos.logback" % "logback-classic" % "1.2.5",
130
"io.circe" %% "circe-parser" % "0.14.1",
131
"dev.optics" %% "monocle-core" % "3.0.0"
0 commit comments