Skip to content

Commit e1779f4

Browse files
committed
Upgrade Scala version patch levels in preparation for Scala Native support
1 parent 0c2b7cd commit e1779f4

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
@@ -2,8 +2,8 @@ language: scala
22

33
scala:
44
- 2.11.12
5-
- 2.12.10
6-
- 2.13.1
5+
- 2.12.13
6+
- 2.13.4
77
jdk:
88
- openjdk8
99
env:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbtcrossproject.{crossProject, CrossType}
44
val previousVersion = "1.0.0"
55

66
inThisBuild(Def.settings(
7-
crossScalaVersions := Seq("2.12.10", "2.11.12", "2.13.1"),
7+
crossScalaVersions := Seq("2.12.13", "2.11.12", "2.13.4"),
88
scalaVersion := crossScalaVersions.value.head,
99
version := "1.1.0-SNAPSHOT",
1010
organization := "org.portable-scala",

0 commit comments

Comments
 (0)