Skip to content

Commit 387c975

Browse files
authored
Scala 2.13.4 (#301)
1 parent f68bea7 commit 387c975

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
@@ -8,7 +8,7 @@ jdk:
88

99
scala:
1010
- 2.12.10
11-
- 2.13.3
11+
- 2.13.4
1212

1313
before_cache:
1414
- find "$HOME/.sbt/" -name '*.lock' -print0 | xargs -0 rm

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val ScalatestVersion = "3.1.1"
1010
val appSettings = Seq(
1111
organization := Org,
1212
scalaVersion := "2.12.10",
13-
crossScalaVersions := Seq("2.12.10", "2.13.3"),
13+
crossScalaVersions := Seq("2.12.10", "2.13.4"),
1414
fork in Test := false,
1515
publishMavenStyle := true,
1616
publishArtifact in Test := false,

0 commit comments

Comments
 (0)