Skip to content

Commit c9a917a

Browse files
committed
enable Scala 2.13 build for all projects
1 parent 93ef47a commit c9a917a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ matrix:
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

1812
sudo: false
1913

@@ -25,6 +19,7 @@ cache:
2519
scala:
2620
- 2.12.8
2721
- 2.11.12
22+
- 2.13.0
2823

2924
script:
3025
- sbt ++${TRAVIS_SCALA_VERSION} test

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)