Skip to content

Commit 84f7f0d

Browse files
authored
Merge pull request #176 from scala-steward/update/zio-1.0.0-RC18-2
Update zio to 1.0.0-RC18-2
2 parents f83a7d6 + 22a6429 commit 84f7f0d

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
@@ -32,7 +32,7 @@ object Dependencies {
3232
val silencerLib = "com.github.ghik" % "silencer-lib" % Versions.silencer cross CrossVersion.full
3333
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.30"
3434
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
35-
val zio = "dev.zio" %% "zio" % "1.0.0-RC18-1"
35+
val zio = "dev.zio" %% "zio" % "1.0.0-RC18-2"
3636
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC11"
3737

3838
object Versions {

0 commit comments

Comments
 (0)