Skip to content

Commit

Permalink
Update scalaz-core, scalaz-effect to 7.4.0-M15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 30, 2024
1 parent c6d1e07 commit d05f6e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions covariant/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ enablePlugins(Example)
import scala.meta._
exampleSuperTypes += init"_root_.org.scalatest.Inside"

libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.4.0-M12"
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.4.0-M15"

libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M12"
libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M15"

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

Expand Down
4 changes: 2 additions & 2 deletions invariant/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ enablePlugins(Example)
import scala.meta._
exampleSuperTypes += init"_root_.org.scalatest.Inside"

libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.4.0-M12"
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.4.0-M15"

libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M12"
libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M15"

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

Expand Down

0 comments on commit d05f6e3

Please sign in to comment.