Skip to content

Commit 8ec481a

Browse files
authored
Downgrade Scalaz to the stable version 7.3.7 (#651)
1 parent ce38843 commit 8ec481a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

domains-scalaz/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.4.0-M13"
1+
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.3.7"
22

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

5-
libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.4.0-M13" % Test
5+
libraryDependencies += "org.scalaz" %%% "scalaz-effect" % "7.3.7" % Test
66

77
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test
88

0 commit comments

Comments
 (0)