Skip to content

Commit

Permalink
chore: Update zio-interop-cats to version compatible with current ZIO (
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjanecek authored Jun 25, 2020
1 parent c3eadd6 commit 28289f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Dependencies {
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.37.0"
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.37.0"
val zio = "dev.zio" %% "zio" % "1.0.0-RC21"
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.0.0.0-RC14"
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.1.3.0-RC16"

object Versions {

Expand Down

0 comments on commit 28289f0

Please sign in to comment.