File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
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=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 :
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.9.9 " )
1+ addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.9.10 " )
22
33addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
Original file line number Diff line number Diff line change 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
33addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
Original file line number Diff line number Diff line change 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
33addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
You can’t perform that action at this time.
0 commit comments