We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3daae7e + 15a7859 commit ce97008Copy full SHA for ce97008
build.sbt
@@ -708,7 +708,7 @@ lazy val zio = (project in file("zio"))
708
libraryDependencies += zioTestSbt,
709
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.10.0",
710
libraryDependencies += zioJsonDep,
711
- libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC23",
+ libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC39",
712
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
713
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
714
)
0 commit comments