Skip to content

Commit

Permalink
Merge pull request #275 from scala-steward/update/scala-library-2.13.5
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.5
  • Loading branch information
mergify[bot] authored Mar 8, 2021
2 parents 9926399 + a7a42f2 commit cc82e16
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 @@ -13,9 +13,9 @@ jdk:

jobs:
include:
- scala: [2.13.2]
- scala: [2.13.5]
env: PROJECT=scalaUriJVM COVERAGE=coverageOff
- scala: [2.13.2]
- scala: [2.13.5]
env: PROJECT=scalaUriJS COVERAGE=coverageOff
- scala: [2.12.12]
env: PROJECT=scalaUriJVM COVERAGE=coverageOn
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.typesafe.tools.mima.core.{
import com.typesafe.tools.mima.plugin.MimaKeys.{mimaBinaryIssueFilters, mimaPreviousArtifacts, mimaReportBinaryIssues}

name := "scala-uri root"
scalaVersion in ThisBuild := "2.13.2"
scalaVersion in ThisBuild := "2.13.5"
crossScalaVersions in ThisBuild := Seq("2.12.12", scalaVersion.value)
skip in publish := true // Do not publish the root project

Expand Down

0 comments on commit cc82e16

Please sign in to comment.