Skip to content

Commit

Permalink
Upgrade to Scala 2.13.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Sep 1, 2018
1 parent da84852 commit dcbd40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sbtcrossproject.{crossProject, CrossType}

val SCALA_2_13 = "2.13.0-M4"
val SCALA_2_13 = "2.13.0-M5"
val SCALA_2_12 = "2.12.6"
val SCALA_2_11 = "2.11.11"

Expand Down
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M7")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.5.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.24")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")

Expand Down

0 comments on commit dcbd40b

Please sign in to comment.