Skip to content

Commit

Permalink
Merge pull request #258 from xuwei-k/Scala-2.12.6
Browse files Browse the repository at this point in the history
Scala 2.12.6
  • Loading branch information
jrudolph authored Jul 10, 2018
2 parents 6ed2613 + 0519140 commit 28e03bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: scala
scala:
- 2.10.7
- 2.11.12
- 2.12.4
- 2.12.6
- 2.13.0-M3
script:
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test mimaReportBinaryIssues
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ mimaBinaryIssueFilters := Seq(
// publishing
///////////////

crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.4", "2.13.0-M3")
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6", "2.13.0-M3")

scalaBinaryVersion := {
val sV = scalaVersion.value
Expand Down

0 comments on commit 28e03bf

Please sign in to comment.