Skip to content

Commit c65096a

Browse files
committed
Update future to 2.0.0
1 parent 77468e6 commit c65096a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

covariant/build.sbt.shared

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.3")
66

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

9-
libraryDependencies += "com.thoughtworks.future" %%% "future" % "2.0.0-M1" % Test
9+
libraryDependencies += "com.thoughtworks.future" %%% "future" % "2.0.0" % Test
1010

1111
scalacOptions += "-Xexperimental" // Enable SAM type for Scala 2.11
1212

0 commit comments

Comments
 (0)