File tree Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 1- dist : bionic
2-
1+ version : ~> 1.0 # needed for imports
2+ import : scala/scala-dev:travis/default.yml
33language : scala
4+
45scala :
5- - 2.12.12
6+ - 2.12.13
67 - 2.11.12
7- - 2.13.3
8+ - 2.13.4
89
9- jdk :
10- - oraclejdk11
11- - openjdk8
12- - openjdk11
10+ env :
11+ - ADOPTOPENJDK=8
12+ - ADOPTOPENJDK=11
1313
1414script :
1515- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
1616- git diff --exit-code # check scalariform
17-
18- cache :
19- directories :
20- - $HOME/.m2
21- - $HOME/.ivy2/cache
22- - $HOME/.sbt/boot/
23-
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import sbt._
33object Version {
44 val logback = " 1.2.3"
55 val mockito = " 1.16.23"
6- val scala = " 2.13.1 "
7- val crossScala = List (scala, " 2.11.12" , " 2.12.12 " )
6+ val scala = " 2.13.4 "
7+ val crossScala = List (scala, " 2.11.12" , " 2.12.13 " )
88 val scalaTest = " 3.2.3"
99 val slf4j = " 1.7.30"
1010}
You can’t perform that action at this time.
0 commit comments