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
3
3
language : scala
4
+
4
5
scala :
5
- - 2.12.12
6
+ - 2.12.13
6
7
- 2.11.12
7
- - 2.13.3
8
+ - 2.13.4
8
9
9
- jdk :
10
- - oraclejdk11
11
- - openjdk8
12
- - openjdk11
10
+ env :
11
+ - ADOPTOPENJDK=8
12
+ - ADOPTOPENJDK=11
13
13
14
14
script :
15
15
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
16
16
- 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._
3
3
object Version {
4
4
val logback = " 1.2.3"
5
5
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 " )
8
8
val scalaTest = " 3.2.3"
9
9
val slf4j = " 1.7.30"
10
10
}
You can’t perform that action at this time.
0 commit comments