Skip to content

Commit

Permalink
Update scalaz-core, scalaz-effect to 7.4.0-M10 (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 3, 2022
1 parent aec47f9 commit a6a623a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions domains-scalaz/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.4.0-M9"
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.4.0-M10"

libraryDependencies += "com.thoughtworks.tryt" %%% "invariant" % "3.0.0" % Test

libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M9" % Test
libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M10" % Test

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.10" % Test

Expand Down

0 comments on commit a6a623a

Please sign in to comment.