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.
1 parent 91318a3 commit 15a7859Copy full SHA for 15a7859
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