Skip to content

Commit 9dfe37a

Browse files
authored
Merge pull request #283 from scala-steward/update/zio-1.0.0-RC21-2
Update zio to 1.0.0-RC21-2
2 parents 7b193f6 + ebf4d4d commit 9dfe37a

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-RC21-1"
40+
val zio = "dev.zio" %% "zio" % "1.0.0-RC21-2"
4141
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.1.3.0-RC16"
4242

4343
object Versions {

0 commit comments

Comments
 (0)