Skip to content

Commit b174020

Browse files
authored
Merge pull request #170 from scala-steward/update/zio-interop-cats-2.0.0.0-RC11
Update zio-interop-cats to 2.0.0.0-RC11
2 parents 7f0e2fa + 6da2aaa commit b174020

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
@@ -33,7 +33,7 @@ object Dependencies {
3333
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.30"
3434
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
3535
val zio = "dev.zio" %% "zio" % "1.0.0-RC17"
36-
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC10"
36+
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC11"
3737

3838
object Versions {
3939

0 commit comments

Comments
 (0)