Skip to content

Commit 8963416

Browse files
Update scala-library to 2.13.6 (#453)
Co-authored-by: kenji yoshida <6b656e6a69@gmail.com>
1 parent c1ed75b commit 8963416

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.5
10+
- 2.13.6
1111
- 3.0.0-RC3
1212
- 3.0.0
1313

build.sbt

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

5656
lazy val scala211 = "2.11.12"
5757
lazy val scala212 = "2.12.13"
58-
lazy val scala213 = "2.13.5"
58+
lazy val scala213 = "2.13.6"
5959
lazy val scala30 = "3.0.0"
6060

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

0 commit comments

Comments
 (0)