Skip to content

Commit

Permalink
Update scalaz-core to 7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Nov 25, 2022
1 parent 3b4a856 commit d8c0f73
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 @@ -96,7 +96,7 @@ lazy val scalaz = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(moduleName := "eff-scalaz")
.dependsOn(core % "compile->compile;test->test")
.settings(
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.3.6",
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.3.7",
)
.settings(effSettings)
.jvmSettings(commonJvmSettings)
Expand Down

0 comments on commit d8c0f73

Please sign in to comment.