We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c389a commit d9028fbCopy full SHA for d9028fb
domains-scalaz/build.sbt
@@ -1,8 +1,8 @@
1
-libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.4.0-M12"
+libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.4.0-M13"
2
3
libraryDependencies += "com.thoughtworks.tryt" %%% "invariant" % "3.0.0" % Test
4
5
-libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M12" % Test
+libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M13" % Test
6
7
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test
8
0 commit comments