Skip to content

Commit c177996

Browse files
authored
Merge pull request #188 from scala-steward/update/2.9.x/patches
[2.9.x] Patch updates
2 parents 22781df + 4e1e19c commit c177996

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

code/project/build.properties

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

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.0" % Test
19+
"io.rest-assured" % "rest-assured" % "5.5.1" % 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.10.7
1+
sbt.version=1.10.10

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.0" % Test
19+
"io.rest-assured" % "rest-assured" % "5.5.1" % 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.10.7
1+
sbt.version=1.10.10

0 commit comments

Comments
 (0)