diff --git a/build.sbt b/build.sbt index 32ea8dd..e1929ac 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val commonDependencies = Seq( // ZIO and the interop library "dev.zio" %% "zio" % "1.0.9", - "dev.zio" %% "zio-interop-cats" % "2.5.1.0", + "dev.zio" %% "zio-interop-cats" % "2.5.1.1", "dev.zio" %% "zio-test" % "1.0.9" % "test", "dev.zio" %% "zio-test-sbt" % "1.0.9" % "test", )