Skip to content

Commit 0e94467

Browse files
authored
Merge pull request #258 from scala-steward/update/comprehension-1.3.1
Update comprehension, domains-task, ... to 1.3.1
2 parents 8e4fabd + f238e59 commit 0e94467

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

comprehension/build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ scalacOptions in Compile ++= {
1717

1818
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.6-SNAP2" % Test
1919

20-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.0" % Test
20+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.1" % Test
2121

22-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-asynchronousio" % "1.3.0" % Test
22+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-asynchronousio" % "1.3.1" % Test
2323

24-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-yield" % "1.3.0" % Test
24+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-yield" % "1.3.1" % Test
2525

26-
libraryDependencies += "com.thoughtworks.dsl" %%% "domains-task" % "1.3.0" % Optional
26+
libraryDependencies += "com.thoughtworks.dsl" %%% "domains-task" % "1.3.1" % Optional
2727

28-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-continue" % "1.3.0" % Test
28+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-continue" % "1.3.1" % Test
2929

30-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-using" % "1.3.0" % Test
30+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-using" % "1.3.1" % Test

domains-task/.jvm/jvm.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ exampleSuperTypes := exampleSuperTypes.value.map {
88
otherTrait
99
}
1010

11-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.0" % Optional
11+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.1" % Optional
1212

13-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-fork" % "1.3.0" % Optional
13+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-fork" % "1.3.1" % Optional

keywords-AsynchronousIo/build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ scalacOptions ++= {
88
}
99
}
1010

11-
libraryDependencies += "com.thoughtworks.dsl" %%% "comprehension" % "1.3.0" % Optional
11+
libraryDependencies += "com.thoughtworks.dsl" %%% "comprehension" % "1.3.1" % Optional
1212

13-
libraryDependencies += "com.thoughtworks.dsl" %%% "domains-task" % "1.3.0" % Optional
13+
libraryDependencies += "com.thoughtworks.dsl" %%% "domains-task" % "1.3.1" % Optional
1414

15-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-using" % "1.3.0" % Optional
15+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-using" % "1.3.1" % Optional
1616

17-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.0" % Optional
17+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.1" % Optional

keywords-Continue/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ libraryDependencies ++= {
2020
}
2121
}
2222

23-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.0" % Test
23+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.1" % Test

keywords-Each/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ libraryDependencies ++= {
3131

3232
libraryDependencies += "com.thoughtworks.enableIf" %% "enableif" % "1.1.6"
3333

34-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-yield" % "1.3.0" % Test
34+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-yield" % "1.3.1" % Test

keywords-ForEach/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ scalacOptions in Compile ++= {
1111
}
1212
}
1313

14-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.0" % Test
14+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.1" % Test

keywords-Using/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ scalacOptions ++= {
2020
}
2121
}
2222

23-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-await" % "1.3.0" % Test
23+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-await" % "1.3.1" % Test

keywords-Yield/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ libraryDependencies ++= {
2525
}
2626
}
2727

28-
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.0" % Test
28+
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-each" % "1.3.1" % Test

0 commit comments

Comments
 (0)