File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 1- sbt.version =1.11.4
1+ sbt.version =1.11.6
Original file line number Diff line number Diff line change 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 " )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ scalacOptions += "-deprecation"
1616libraryDependencies ++= 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
2222lazy val root = (project in file(" ." )).enablePlugins(PlayJava )
Original file line number Diff line number Diff line change 1- sbt.version =1.11.4
1+ sbt.version =1.11.6
Original file line number Diff line number Diff line change 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 " )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ scalacOptions += "-deprecation"
1616libraryDependencies ++= 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
2222lazy val root = (project in file(" ." )).enablePlugins(PlayJava )
Original file line number Diff line number Diff line change 1- sbt.version =1.11.4
1+ sbt.version =1.11.6
Original file line number Diff line number Diff line change 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 " )
You can’t perform that action at this time.
0 commit comments