Skip to content

Commit

Permalink
Merge pull request #168 from scala-steward/update/scala-library-2.13.8
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.8
  • Loading branch information
ChristopherDavenport committed Apr 16, 2022
2 parents 9f3ecf0 + 445f102 commit f4cf136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ install:

script:
- sbt ++$TRAVIS_SCALA_VERSION test
- test $TRAVIS_SCALA_VERSION == "2.13.0-M5" || sbt ++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues
- test $TRAVIS_SCALA_VERSION == "2.13.0-M5" || sbt ++$TRAVIS_SCALA_VERSION docs/makeMicrosite
- test $TRAVIS_SCALA_VERSION == "2.13.8" || sbt ++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues
- test $TRAVIS_SCALA_VERSION == "2.13.8" || sbt ++$TRAVIS_SCALA_VERSION docs/makeMicrosite

after_success:
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $TRAVIS_REPO_SLUG == "ChristopherDavenport/synchronized" && sbt ++$TRAVIS_SCALA_VERSION publish
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lazy val commonSettings = Seq(
organization := "io.chrisdavenport",

scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.13.0-M5", scalaVersion.value, "2.11.12"),
crossScalaVersions := Seq("2.13.8", scalaVersion.value, "2.11.12"),
scalacOptions += "-Yrangepos",

(Compile / doc / scalacOptions) ++= Seq(
Expand Down

0 comments on commit f4cf136

Please sign in to comment.