Skip to content

Commit adf9747

Browse files
authored
Merge pull request #80 from scala-steward/update/zio-interop-cats-2.0.0.0-RC9
Update zio-interop-cats to 2.0.0.0-RC9
2 parents 7cf7a09 + aea1347 commit adf9747

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
@@ -28,7 +28,7 @@ object Dependencies {
2828
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.29"
2929
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.1"
3030
val zio = "dev.zio" %% "zio" % "1.0.0-RC17"
31-
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC8"
31+
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC9"
3232

3333
object Versions {
3434

0 commit comments

Comments
 (0)