Skip to content

Commit 83327c0

Browse files
committed
Upgrade to Scala 2.13.3
1 parent 06f882f commit 83327c0

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.12
10-
- 2.13.2
10+
- 2.13.3
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.12"
52-
lazy val scala213 = "2.13.2"
52+
lazy val scala213 = "2.13.3"
5353

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

0 commit comments

Comments
 (0)