Skip to content

Commit

Permalink
Update zio-interop-cats to 2.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and Baccata committed Oct 7, 2020
1 parent d08689d commit 0bbb642
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 @@ -209,7 +209,7 @@ lazy val zio = crossProject(JSPlatform, JVMPlatform)
.settings(WeaverPlugin.simpleLayout)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %%% "zio-interop-cats" % "2.2.0.0"
"dev.zio" %%% "zio-interop-cats" % "2.2.0.1"
),
scalaJSLinkerConfig ~= {
_.withModuleKind(ModuleKind.CommonJSModule)
Expand Down

0 comments on commit 0bbb642

Please sign in to comment.