Skip to content

Commit 48465b1

Browse files
authored
Merge pull request #2015 from Baeldung/update/zio-prelude-1.0.0-RC42
Update zio-prelude from 1.0.0-RC40 to 1.0.0-RC42
2 parents 73d83fa + 0da2986 commit 48465b1

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
@@ -712,7 +712,7 @@ lazy val zio = (project in file("zio"))
712712
libraryDependencies += zioTestSbt,
713713
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.12.0",
714714
libraryDependencies += zioJsonDep,
715-
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC40",
715+
libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC42",
716716
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
717717
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
718718
)

0 commit comments

Comments
 (0)