Skip to content

Commit bfa8819

Browse files
authored
Merge pull request #245 from scala-steward/update/zio-1.0.0-RC19-2
Update zio to 1.0.0-RC19-2
2 parents 79fdb98 + 0ec1026 commit bfa8819

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
@@ -34,7 +34,7 @@ object Dependencies {
3434
val silencerLib = "com.github.ghik" % "silencer-lib" % Versions.silencer cross CrossVersion.full
3535
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.30"
3636
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
37-
val zio = "dev.zio" %% "zio" % "1.0.0-RC19-1"
37+
val zio = "dev.zio" %% "zio" % "1.0.0-RC19-2"
3838
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC14"
3939

4040
object Versions {

0 commit comments

Comments
 (0)