Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce97008

Browse files
authoredFeb 21, 2025
Merge pull request #1750 from Baeldung/update/zio-prelude-1.0.0-RC39
Update zio-prelude from 1.0.0-RC23 to 1.0.0-RC39
2 parents 3daae7e + 15a7859 commit ce97008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ lazy val zio = (project in file("zio"))
708708
libraryDependencies += zioTestSbt,
709709
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.10.0",
710710
libraryDependencies += zioJsonDep,
711-
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC23",
711+
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC39",
712712
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
713713
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
714714
)

0 commit comments

Comments
 (0)
Please sign in to comment.