Skip to content

Commit 8a4a962

Browse files
authored
Merge pull request mkurz#226 from scala-steward/update/2.9.x/patches
[2.9.x] Patch updates
2 parents 924dc3b + 3994917 commit 8a4a962

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
cmd: |
2323
cd code;
2424
sbt ++$MATRIX_SCALA publishLocal;
25-
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.9 test;
25+
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.10 test;
2626
cd ../test-app;
27-
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.9 test;
27+
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.10 test;
2828
cd ../test-app-filters;
29-
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.9 test;
29+
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.10 test;
3030
cd ../code;
3131
3232
finish:

code/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.9")
1+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.10")
22

33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("playTestVersion", "2.9.9"))
1+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("playTestVersion", "2.9.10"))
22

33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

test-app/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("playTestVersion", "2.9.9"))
1+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("playTestVersion", "2.9.10"))
22

33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)