File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 88 include :
99 - jdk : openjdk11
1010 scala : 2.12.8
11- - scala : 2.13.0
12- script :
13- # TODO play-flyway for Scala 2.13
14- - sbt
15- " ++${TRAVIS_SCALA_VERSION}"
16- " all play-dbapi-adapter/test play-dbapi-adapter-test-zentasks/test play-fixture/test play-initializer/test"
1711
1812sudo : false
1913
2519scala :
2620 - 2.12.8
2721 - 2.11.12
22+ - 2.13.0
2823
2924script :
3025 - sbt ++${TRAVIS_SCALA_VERSION} test
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ lazy val scalikejdbcPlayInitializerTestZentasks = {
9393 val appDependencies = Seq (
9494 " org.scalikejdbc" %% " scalikejdbc" % scalikejdbcVersion,
9595 " org.scalikejdbc" %% " scalikejdbc-config" % scalikejdbcVersion,
96- " org.flywaydb" %% " flyway-play" % " 5.3.2 " ,
96+ " org.flywaydb" %% " flyway-play" % " 5.3.3 " ,
9797 " com.h2database" % " h2" % h2Version,
9898 " org.postgresql" % " postgresql" % postgresqlVersion
9999 )
You can’t perform that action at this time.
0 commit comments