Skip to content

Commit

Permalink
Merge pull request #133 from scala-steward/update/2.9.x/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Jan 22, 2024
2 parents 31e6ce3 + 73bf2f9 commit aeffdde
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
cmd: |
cd code;
sbt ++$MATRIX_SCALA publishLocal;
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.0 test;
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.1 test;
cd ../test-app;
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.0 test;
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.1 test;
cd ../test-app-filters;
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.0 test;
sbt ++$MATRIX_SCALA -DplayTestVersion=2.9.1 test;
cd ../code;
finish:
Expand Down
2 changes: 1 addition & 1 deletion code/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion code/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.1")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
2 changes: 1 addition & 1 deletion test-app-filters/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion test-app-filters/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("playTestVersion", "2.9.0"))
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("playTestVersion", "2.9.1"))

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
2 changes: 1 addition & 1 deletion test-app/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion test-app/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("playTestVersion", "2.9.0"))
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("playTestVersion", "2.9.1"))

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

0 comments on commit aeffdde

Please sign in to comment.