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:
2424 include :
2525
2626 # run migration test
27- - scala : 2.12.13
27+ - scala : 2.12.14
2828 env : TEST_SCALAFIX=true ADOPTOPENJDK=8
2929
3030 # run binary compatibility test
31- - scala : 2.12.13
31+ - scala : 2.12.14
3232 env : TEST_BINARY_COMPAT=true ADOPTOPENJDK=8
3333
3434 # run scalafmt
35- - scala : 2.12.13
35+ - scala : 2.12.14
3636 env : TEST_SCALAFMT=true ADOPTOPENJDK=8
3737
3838 exclude :
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ lazy val root = project
5454lazy val junit = libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % Test
5555
5656lazy val scala211 = " 2.11.12"
57- lazy val scala212 = " 2.12.13 "
57+ lazy val scala212 = " 2.12.14 "
5858lazy val scala213 = " 2.13.5"
5959lazy val scala30 = " 3.0.0"
6060
You can’t perform that action at this time.
0 commit comments