Skip to content

Commit

Permalink
Update scalaz-core to 7.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Nov 11, 2023
1 parent 03d03e7 commit 3d807dd
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-M14" else "7.3.7"
val scalazV = if (tlIsScala3.value) "7.4.0-M14" else "7.3.8"
"org.scalaz" %% "scalaz-core" % scalazV
}
)
Expand Down

0 comments on commit 3d807dd

Please sign in to comment.