Skip to content

Commit

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

Update zio-interop-cats to 23.0.0.1
  • Loading branch information
vigoo authored Feb 7, 2023
2 parents cef962f + a171b8c commit 46810e1
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 @@ -140,7 +140,7 @@ lazy val cats = CrossProject("desert-cats", file("desert-cats"))(JVMPlatform, JS
description := "Desert serializers for cats data types",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.9.0",
"dev.zio" %% "zio-interop-cats" % "23.0.0.0" % Test
"dev.zio" %% "zio-interop-cats" % "23.0.0.1" % Test
)
)
.jsSettings(coverageEnabled := false)
Expand Down

0 comments on commit 46810e1

Please sign in to comment.