Skip to content

Commit

Permalink
Update scalaz-core, scalaz-effect to 7.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 11, 2023
1 parent af34c90 commit 9a1d1ef
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.3.7"
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.3.8"

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

libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.3.7" % Test
libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.3.8" % Test

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

Expand Down

0 comments on commit 9a1d1ef

Please sign in to comment.