We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68bea7 commit 387c975Copy full SHA for 387c975
.travis.yml
@@ -8,7 +8,7 @@ jdk:
8
9
scala:
10
- 2.12.10
11
- - 2.13.3
+ - 2.13.4
12
13
before_cache:
14
- find "$HOME/.sbt/" -name '*.lock' -print0 | xargs -0 rm
build.sbt
@@ -10,7 +10,7 @@ val ScalatestVersion = "3.1.1"
val appSettings = Seq(
organization := Org,
scalaVersion := "2.12.10",
- crossScalaVersions := Seq("2.12.10", "2.13.3"),
+ crossScalaVersions := Seq("2.12.10", "2.13.4"),
fork in Test := false,
15
publishMavenStyle := true,
16
publishArtifact in Test := false,
0 commit comments