Skip to content

Commit 535ca72

Browse files
authored
Merge pull request #337 from scala-steward/update/zio-interop-cats-2.2.0.0
Update zio-interop-cats to 2.2.0.0
2 parents 23789dd + 759bdbf commit 535ca72

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.38.4"
3939
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.38.4"
4040
val zio = "dev.zio" %% "zio" % "1.0.1"
41-
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.1.4.1"
41+
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.2.0.0"
4242

4343
object Versions {
4444

0 commit comments

Comments
 (0)