Skip to content

Commit 28289f0

Browse files
authored
chore: Update zio-interop-cats to version compatible with current ZIO (#276)
1 parent c3eadd6 commit 28289f0

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
@@ -38,7 +38,7 @@ object Dependencies {
3838
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.37.0"
3939
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.37.0"
4040
val zio = "dev.zio" %% "zio" % "1.0.0-RC21"
41-
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC14"
41+
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.1.3.0-RC16"
4242

4343
object Versions {
4444

0 commit comments

Comments
 (0)