File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ matrix:
24
24
include :
25
25
26
26
# run migration test
27
- - scala : 2.12.13
27
+ - scala : 2.12.14
28
28
env : TEST_SCALAFIX=true ADOPTOPENJDK=8
29
29
30
30
# run binary compatibility test
31
- - scala : 2.12.13
31
+ - scala : 2.12.14
32
32
env : TEST_BINARY_COMPAT=true ADOPTOPENJDK=8
33
33
34
34
# run scalafmt
35
- - scala : 2.12.13
35
+ - scala : 2.12.14
36
36
env : TEST_SCALAFMT=true ADOPTOPENJDK=8
37
37
38
38
exclude :
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ lazy val root = project
54
54
lazy val junit = libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % Test
55
55
56
56
lazy val scala211 = " 2.11.12"
57
- lazy val scala212 = " 2.12.13 "
57
+ lazy val scala212 = " 2.12.14 "
58
58
lazy val scala213 = " 2.13.5"
59
59
lazy val scala30 = " 3.0.0"
60
60
You can’t perform that action at this time.
0 commit comments