Skip to content

Commit 5a8b272

Browse files
Update scala-library to 2.13.5 (scala#432)
Co-authored-by: Seth Tisue <[email protected]>
1 parent 943af36 commit 5a8b272

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.13
10-
- 2.13.4
10+
- 2.13.5
1111
- 3.0.0-M3
1212
- 3.0.0-RC1
1313

build.sbt

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

5555
lazy val scala211 = "2.11.12"
5656
lazy val scala212 = "2.12.13"
57-
lazy val scala213 = "2.13.4"
57+
lazy val scala213 = "2.13.5"
5858
lazy val scala30 = "3.0.0-RC1"
5959

6060
lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(

0 commit comments

Comments
 (0)