Skip to content

Commit

Permalink
Update scalaz-core to 7.4.0-M15
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 29, 2024
1 parent 396ed89 commit a965a39
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 @@ -126,7 +126,7 @@ lazy val bench = project
coverageEnabled := false,
run / fork := true,
libraryDependencies += {
val scalazV = if (tlIsScala3.value) "7.4.0-M14" else "7.3.8"
val scalazV = if (tlIsScala3.value) "7.4.0-M15" else "7.3.8"
"org.scalaz" %% "scalaz-core" % scalazV
}
)
Expand Down

0 comments on commit a965a39

Please sign in to comment.