Skip to content

Commit 00122c4

Browse files
authored
Merge pull request #208 from scala-steward/update/patches
Patch updates
2 parents 82d3ad1 + 1bb42e0 commit 00122c4

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
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=3.0.8 test;
25+
sbt ++$MATRIX_SCALA -DplayTestVersion=3.0.9 test;
2626
cd ../test-app;
27-
sbt ++$MATRIX_SCALA -DplayTestVersion=3.0.8 test;
27+
sbt ++$MATRIX_SCALA -DplayTestVersion=3.0.9 test;
2828
cd ../test-app-filters;
29-
sbt ++$MATRIX_SCALA -DplayTestVersion=3.0.8 test;
29+
sbt ++$MATRIX_SCALA -DplayTestVersion=3.0.9 test;
3030
cd ../code;
3131
3232
finish:

code/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.4
1+
sbt.version=1.11.6

code/project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.8")
1+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9")
22

3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

test-app-filters/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ scalacOptions += "-deprecation"
1616
libraryDependencies ++= Seq(
1717
guice,
1818
"be.objectify" %% "deadbolt-java" % version.value,
19-
"io.rest-assured" % "rest-assured" % "5.5.5" % Test
19+
"io.rest-assured" % "rest-assured" % "5.5.6" % Test
2020
)
2121

2222
lazy val root = (project in file(".")).enablePlugins(PlayJava)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.4
1+
sbt.version=1.11.6
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.playframework" % "sbt-plugin" % System.getProperty("playTestVersion", "3.0.8"))
1+
addSbtPlugin("org.playframework" % "sbt-plugin" % System.getProperty("playTestVersion", "3.0.9"))
22

3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

test-app/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ scalacOptions += "-deprecation"
1616
libraryDependencies ++= Seq(
1717
guice,
1818
"be.objectify" %% "deadbolt-java" % version.value,
19-
"io.rest-assured" % "rest-assured" % "5.5.5" % Test
19+
"io.rest-assured" % "rest-assured" % "5.5.6" % Test
2020
)
2121

2222
lazy val root = (project in file(".")).enablePlugins(PlayJava)

test-app/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.4
1+
sbt.version=1.11.6

test-app/project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.playframework" % "sbt-plugin" % System.getProperty("playTestVersion", "3.0.8"))
1+
addSbtPlugin("org.playframework" % "sbt-plugin" % System.getProperty("playTestVersion", "3.0.9"))
22

3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)