diff --git a/asynchronous/build.sbt.shared b/asynchronous/build.sbt.shared index 4d24e094..6027f8d3 100644 --- a/asynchronous/build.sbt.shared +++ b/asynchronous/build.sbt.shared @@ -8,7 +8,7 @@ scalacOptions += "-Xexperimental" // Enable SAM types on Scala 2.11 libraryDependencies += "com.thoughtworks.tryt" %%% "covariant" % "2.1.1" -libraryDependencies += "com.thoughtworks.future" %%% "future" % "2.0.0-M2" +libraryDependencies += "com.thoughtworks.future" %%% "future" % "2.0.0+79-2aa986f1" enablePlugins(Example) diff --git a/shared/build.sbt.shared b/shared/build.sbt.shared index e225eeba..0bfb47f0 100644 --- a/shared/build.sbt.shared +++ b/shared/build.sbt.shared @@ -4,7 +4,7 @@ libraryDependencies += "com.thoughtworks.tryt" %%% "covariant" % "2.1.1" % Test libraryDependencies += "com.thoughtworks.continuation" %%% "continuation" % "2.0.0" -libraryDependencies += "com.thoughtworks.future" %%% "future" % "2.0.0-M2" % Test +libraryDependencies += "com.thoughtworks.future" %%% "future" % "2.0.0+79-2aa986f1" % Test addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.3")