Skip to content

Commit

Permalink
Merge pull request #524 from scala-steward/update/zio-interop-cats-23…
Browse files Browse the repository at this point in the history
….1.0.2

Update zio-interop-cats to 23.1.0.2
  • Loading branch information
vigoo authored Apr 24, 2024
2 parents 5c06100 + f2cc84a commit c64eb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ lazy val proxFS23 = Project("prox-fs2-3", file("prox-fs2-3"))
"dev.zio" %% "zio" % zio2Version % "test",
"dev.zio" %% "zio-test" % zio2Version % "test",
"dev.zio" %% "zio-test-sbt" % zio2Version % "test",
"dev.zio" %% "zio-interop-cats" % "23.1.0.0" % "test"
"dev.zio" %% "zio-interop-cats" % "23.1.0.2" % "test"
),
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
)
Expand Down

0 comments on commit c64eb40

Please sign in to comment.