Skip to content

Commit

Permalink
Merge 7270b76 into 9b4a996
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 11, 2023
2 parents 9b4a996 + 7270b76 commit 38cdc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/scalaz/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import Dependencies.Version._
crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq(
"org.scalaz" %% "scalaz-core" % "7.3.7",
"org.scalaz" %% "scalaz-scalacheck-binding" % "7.3.7" % "test"
"org.scalaz" %% "scalaz-core" % "7.3.8",
"org.scalaz" %% "scalaz-scalacheck-binding" % "7.3.8" % "test"
)

mdocScalacOptions += "-Ypartial-unification"
Expand Down

0 comments on commit 38cdc4c

Please sign in to comment.