Skip to content

Commit 2d6c2a1

Browse files
authored
Merge pull request #342 from ijuma/scala-2.13.2
Upgrade to Scala 2.13.2
2 parents c828122 + 892976c commit 2d6c2a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ language: scala
77
scala:
88
- 2.11.12
99
- 2.12.11
10-
- 2.13.1
10+
- 2.13.2
1111

1212
env:
1313
- SCALAJS_VERSION= ADOPTOPENJDK=8

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
4949

5050
lazy val scala211 = "2.11.12"
5151
lazy val scala212 = "2.12.11"
52-
lazy val scala213 = "2.13.1"
52+
lazy val scala213 = "2.13.2"
5353

5454
lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(
5555
"compat",

0 commit comments

Comments
 (0)