Skip to content

Commit

Permalink
Scala 2.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Sep 29, 2018
1 parent 199f003 commit 8bc3dd1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,14 +3,14 @@ language: scala
scala:
- 2.10.7
- 2.11.12
- 2.12.6
- 2.12.7
- 2.13.0-M4
jdk:
- openjdk7
- oraclejdk8
matrix:
include:
- scala: 2.12.6
- scala: 2.12.7
jdk: oraclejdk10
- scala: 2.13.0-M5
jdk: oraclejdk8
Expand All @@ -23,7 +23,7 @@ matrix:
script:
- sbt "${SCRIPT}"
exclude:
- scala: 2.12.6
- scala: 2.12.7
jdk: openjdk7
- scala: 2.13.0-M4
jdk: openjdk7
Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/2017-02-11-install-setup.md
Expand Up @@ -78,9 +78,9 @@ Apart from [using the sbt plugin](/README.md) to set it up for your project, War

### Command-line

Compile the command-line tool via `sbt "++ 2.12.6" core/assembly` and then use the provided `wartremover` shell script:
Compile the command-line tool via `sbt "++ 2.12.7" core/assembly` and then use the provided `wartremover` shell script:

$ sbt "++ 2.12.6" core/assembly
$ sbt "++ 2.12.7" core/assembly

...

Expand Down
2 changes: 1 addition & 1 deletion sbt-plugin/src/sbt-test/wartremover/basic/build.sbt
@@ -1,4 +1,4 @@
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6", "2.13.0-M4")
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.7", "2.13.0-M4")

wartremoverWarnings ++= Warts.all

Expand Down
2 changes: 1 addition & 1 deletion sbt-plugin/src/sbt-test/wartremover/issue294/build.sbt
@@ -1,4 +1,4 @@
crossScalaVersions := Seq("2.11.12", "2.12.6", "2.13.0-M5")
crossScalaVersions := Seq("2.11.12", "2.12.7", "2.13.0-M5")

wartremoverErrors += Wart.Serializable

Expand Down
2 changes: 1 addition & 1 deletion sbt-plugin/src/sbt-test/wartremover/scoverage/build.sbt
@@ -1,4 +1,4 @@
scalaVersion := "2.12.6"
scalaVersion := "2.12.7"

coverageEnabled := true

Expand Down

0 comments on commit 8bc3dd1

Please sign in to comment.