Skip to content

Commit

Permalink
Merge pull request #351 from banno-autobot-steward/update/zio-interop…
Browse files Browse the repository at this point in the history
…-cats-2.4.0.0

Update zio-interop-cats to 2.4.0.0
  • Loading branch information
Kazark authored Apr 13, 2021
2 parents 157b08b + b70fc9b commit 98ad084
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 @@ -70,7 +70,7 @@ lazy val core = project
lazy val examples = project
.enablePlugins(NoPublishPlugin)
.settings(commonSettings)
.settings(libraryDependencies += "dev.zio" %% "zio-interop-cats" % "2.3.1.0")
.settings(libraryDependencies += "dev.zio" %% "zio-interop-cats" % "2.4.0.0")
.disablePlugins(MimaPlugin)
.dependsOn(core)

Expand Down

0 comments on commit 98ad084

Please sign in to comment.