Skip to content

Commit 74ae357

Browse files
authored
Merge pull request #242 from scala-steward/update/zio-interop-cats-2.0.0.0-RC14
Update zio-interop-cats to 2.0.0.0-RC14
2 parents a727539 + 732d0b4 commit 74ae357

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
@@ -35,7 +35,7 @@ object Dependencies {
3535
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.30"
3636
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
3737
val zio = "dev.zio" %% "zio" % "1.0.0-RC19"
38-
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC13"
38+
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC14"
3939

4040
object Versions {
4141

0 commit comments

Comments
 (0)