Skip to content

Commit

Permalink
Update scalaz-core to 7.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Jan 18, 2022
1 parent 38910f9 commit d7b4283
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 @@ -97,7 +97,7 @@ lazy val scalaz = crossProject(JSPlatform, JVMPlatform, NativePlatform).in(file(
.settings(moduleName := "eff-scalaz")
.dependsOn(core % "compile->compile;test->test")
.settings(
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.3.5" cross CrossVersion.for3Use2_13,
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.3.6" cross CrossVersion.for3Use2_13,
)
.settings(effSettings)
.jvmSettings(commonJvmSettings)
Expand Down

0 comments on commit d7b4283

Please sign in to comment.