Skip to content

Commit 48d52c3

Browse files
committed
Update scala-library to 2.12.14
1 parent 799021b commit 48d52c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ lazy val root = project
5454
lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
5555

5656
lazy val scala211 = "2.11.12"
57-
lazy val scala212 = "2.12.13"
57+
lazy val scala212 = "2.12.14"
5858
lazy val scala213 = "2.13.5"
5959
lazy val scala30 = "3.0.0"
6060

0 commit comments

Comments
 (0)