File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ scalacOptions += "-Ypartial-unification"
66
77scalacOptions += "-Xexperimental" // Enable SAM types on Scala 2.11
88
9- libraryDependencies += "com.thoughtworks.tryt" %%% "covariant" % "2.0.4 "
9+ libraryDependencies += "com.thoughtworks.tryt" %%% "covariant" % "2.1.1 "
1010
1111libraryDependencies += "com.thoughtworks.future" %%% "future" % "2.0.0-M2"
1212
Original file line number Diff line number Diff line change 11libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.3" % Test
22
3- libraryDependencies += "com.thoughtworks.tryt" %%% "covariant" % "2.0.4 " % Test
3+ libraryDependencies += "com.thoughtworks.tryt" %%% "covariant" % "2.1.1 " % Test
44
55libraryDependencies += "com.thoughtworks.continuation" %%% "continuation" % "2.0.0"
66
You can’t perform that action at this time.
0 commit comments