Skip to content

Commit 6bdcd8e

Browse files
authored
Merge pull request #271 from scala-steward/update/zio-1.0.0-RC21
Update zio to 1.0.0-RC21
2 parents 9d7e48b + 162544a commit 6bdcd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object Dependencies {
3737
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
3838
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.37.0"
3939
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.37.0"
40-
val zio = "dev.zio" %% "zio" % "1.0.0-RC20"
40+
val zio = "dev.zio" %% "zio" % "1.0.0-RC21"
4141
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC14"
4242

4343
object Versions {

0 commit comments

Comments
 (0)