Skip to content

Commit b5be219

Browse files
authored
Merge pull request #52 from scala-steward/update/future-2.0.0
Update future to 2.0.0
2 parents 354994c + c65096a commit b5be219

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)