Skip to content

Commit ecb7376

Browse files
committed
Scala 2.13.2
1 parent d027223 commit ecb7376

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cache:
1616
scala:
1717
- 2.11.12
1818
- 2.12.11
19-
- 2.13.1
19+
- 2.13.2
2020

2121
script:
2222
- git config core.whitespace tab-in-indent,trailing-space,space-before-tab,cr-at-eol
@@ -47,4 +47,4 @@ matrix:
4747
- source .install-jdk-travis.sh
4848
- wget https://raw.githubusercontent.com/paulp/sbt-extras/3c8fcadc3376edf/sbt && chmod +x ./sbt
4949
script:
50-
- ./sbt "++ 2.13.1" msgpack4z-coreJVM/test testJava07/test testJavaLatest/test
50+
- ./sbt "++ 2.13.2" msgpack4z-coreJVM/test testJava07/test testJavaLatest/test

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ val commonSettings = Def.settings(
118118
.toList
119119
.flatten,
120120
scalaVersion := Scala211,
121-
crossScalaVersions := Scala211 :: "2.12.11" :: "2.13.1" :: Nil,
121+
crossScalaVersions := Scala211 :: "2.12.11" :: "2.13.2" :: Nil,
122122
scalacOptions in (Compile, doc) ++= {
123123
val tag = tagOrHash.value
124124
Seq(

0 commit comments

Comments
 (0)