Skip to content

Commit

Permalink
Merge pull request #103 from alexarchambault/scala-2.13.0-RC1
Browse files Browse the repository at this point in the history
Switch to scala 2.13.0-RC1
  • Loading branch information
alexarchambault committed Apr 23, 2019
2 parents 431c29c + 5d4909d commit b641d91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- scala: 2.10.7
- scala: 2.11.12
- scala: 2.12.8
- scala: 2.13.0-M5
- scala: 2.13.0-RC1
- stage: release
script: sbt ci-release
branches:
Expand Down
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ object Deps {

def scalacheck = setting("org.scalacheck" %%% "scalacheck" % "1.14.0")
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.7")
}
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Settings {
private def scala210 = "2.10.7"
private def scala211 = "2.11.12"
private def scala212 = "2.12.8"
private def scala213 = "2.13.0-M5"
private def scala213 = "2.13.0-RC1"

lazy val shared = Seq(
scalaVersion := scala212,
Expand Down
2 changes: 1 addition & 1 deletion project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.3")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M13-2")

0 comments on commit b641d91

Please sign in to comment.