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 73d83fa + 0da2986 commit 48465b1Copy full SHA for 48465b1
build.sbt
@@ -712,7 +712,7 @@ lazy val zio = (project in file("zio"))
712
libraryDependencies += zioTestSbt,
713
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.12.0",
714
libraryDependencies += zioJsonDep,
715
- libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC40",
+ libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC42",
716
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
717
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
718
)
0 commit comments