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.
2 parents 6f688b1 + 4b89646 commit cfc13c5Copy full SHA for cfc13c5
future-MultipleException/build.sbt
@@ -7,4 +7,4 @@ libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.2.14"
7
8
enablePlugins(Example)
9
10
-libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.8" % Test
+libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0" % Test
future/build.sbt
@@ -3,7 +3,7 @@ examplePackageRef := q"com.thoughtworks"
3
4
libraryDependencies += "org.scalaz" %%% "scalaz-core" % "7.2.14"
5
6
libraryDependencies += "com.thoughtworks.tryt" %%% "covariant" % "2.1.1"
0 commit comments