Skip to content

Commit

Permalink
Merge pull request #66 from takayahilton/update-yml
Browse files Browse the repository at this point in the history
update travis.yml
  • Loading branch information
theon authored Nov 23, 2019
2 parents 7623120 + 9bb9c38 commit 63be047
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jdk:

matrix:
include:
- scala: 2.13.0
- scala: 2.13.1
env: COVERAGE=coverageOff
- scala: 2.12.9
- scala: 2.12.10
env: COVERAGE=coverageOn

sudo: false # Enable new travis container-based infrastructure
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
import MimaSettings.mimaSettings

name := "scala-uri root"
scalaVersion in ThisBuild := "2.13.0"
crossScalaVersions in ThisBuild := Seq("2.12.10", "2.13.1")
scalaVersion in ThisBuild := "2.13.1"
crossScalaVersions in ThisBuild := Seq("2.12.10", scalaVersion.value)

lazy val paradisePlugin = Def.setting {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")

Expand Down

0 comments on commit 63be047

Please sign in to comment.