Skip to content

Commit

Permalink
Merge pull request #32 from Philippus/update/scala-2.13.0-RC1
Browse files Browse the repository at this point in the history
Update scala 2.13.0-MC5 to 2.13.0-RC1
  • Loading branch information
lihaoyi committed Apr 10, 2019
2 parents cfaa246 + 3cf69ae commit d9d1875
Show file tree
Hide file tree
Showing 2 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 @@ -18,8 +18,8 @@ jobs:
include:
- scala: 2.10.7
- scala: 2.11.12
- scala: 2.12.6
- scala: 2.13.0-M5
- scala: 2.12.8
- scala: 2.13.0-RC1
- stage: release
script: sbt ci-release
# These directories are cached to S3 at the end of the build
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ inThisBuild(List(
)
))

scalaVersion := "2.12.6"
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6", "2.13.0-M5")
scalaVersion := "2.12.8"
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC1")

resolvers += Resolver.sonatypeRepo("releases")

libraryDependencies ++= Seq(
"com.lihaoyi" %% "utest" % "0.6.6" % "test",
"com.lihaoyi" %% "utest" % "0.6.7" % "test",
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided"
)

Expand Down

0 comments on commit d9d1875

Please sign in to comment.