Skip to content

Commit

Permalink
Update scalaz-core to 7.4.0-M14 (#640)
Browse files Browse the repository at this point in the history
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
  • Loading branch information
typelevel-steward[bot] authored Sep 17, 2023
1 parent b9419ee commit 516d70b
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 @@ -125,7 +125,7 @@ lazy val bench = project
coverageEnabled := false,
run / fork := true,
libraryDependencies += {
val scalazV = if (tlIsScala3.value) "7.4.0-M13" else "7.3.7"
val scalazV = if (tlIsScala3.value) "7.4.0-M14" else "7.3.7"
"org.scalaz" %% "scalaz-core" % scalazV
}
)
Expand Down

0 comments on commit 516d70b

Please sign in to comment.