Skip to content

Commit dfef3fe

Browse files
authored
Merge pull request #1844 from Baeldung/update/zio-prelude-1.0.0-RC40
Update zio-prelude from 1.0.0-RC39 to 1.0.0-RC40
2 parents 87c9d23 + 44224ca commit dfef3fe

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

0 commit comments

Comments
 (0)