Skip to content

Commit 9de6e3a

Browse files
committed
Update covariant to 2.1.1
1 parent 0e2fa3d commit 9de6e3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asynchronous/build.sbt.shared

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ scalacOptions += "-Ypartial-unification"
66

77
scalacOptions += "-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

1111
libraryDependencies += "com.thoughtworks.future" %%% "future" % "2.0.0-M2"
1212

shared/build.sbt.shared

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libraryDependencies += "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

55
libraryDependencies += "com.thoughtworks.continuation" %%% "continuation" % "2.0.0"
66

0 commit comments

Comments
 (0)