We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e801cfc commit 12f904bCopy full SHA for 12f904b
build.sbt
@@ -325,7 +325,7 @@ lazy val zioJsonInteropHttp4s = project
325
"org.http4s" %% "http4s-dsl" % "0.23.30",
326
"dev.zio" %% "zio" % zioVersion,
327
"org.typelevel" %% "cats-effect" % "3.5.7",
328
- "dev.zio" %% "zio-interop-cats" % "23.1.0.3" % "test",
+ "dev.zio" %% "zio-interop-cats" % "23.1.0.4" % "test",
329
"dev.zio" %% "zio-test" % zioVersion % "test",
330
"dev.zio" %% "zio-test-sbt" % zioVersion % "test"
331
),
0 commit comments