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 354994c + c65096a commit b5be219Copy full SHA for b5be219
covariant/build.sbt.shared
@@ -6,7 +6,7 @@ addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.3")
6
7
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.3" % Test
8
9
-libraryDependencies += "com.thoughtworks.future" %%% "future" % "2.0.0-M1" % Test
+libraryDependencies += "com.thoughtworks.future" %%% "future" % "2.0.0" % Test
10
11
scalacOptions += "-Xexperimental" // Enable SAM type for Scala 2.11
12
0 commit comments