Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-library-2.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
theon authored Mar 11, 2021
2 parents 2639274 + cc82e16 commit 42fb930
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.13]
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.13", scalaVersion.value)
skip in publish := true // Do not publish the root project

Expand Down

0 comments on commit 42fb930

Please sign in to comment.