Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update scala version
  • Loading branch information
OlegYch committed Dec 9, 2018
1 parent eb74fa0 commit 6f620f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Expand Up @@ -3,6 +3,7 @@ package com.olegych.scastie.api
object ScalaVersions {
val allVersions: List[String] = List(
"2.13.0-M5",
"2.12.8",
"2.12.7",
"2.12.6",
"2.12.5",
Expand Down
Expand Up @@ -75,7 +75,7 @@ object BuildSettings {
def renderVersions(props: BuildSettings): TagMod = {
val suggestedVersions = List(
"2.13.0-M5",
"2.12.7",
"2.12.8",
"2.11.12"
)

Expand Down
4 changes: 2 additions & 2 deletions project/SbtShared.scala
Expand Up @@ -19,11 +19,11 @@ configuration matrix
object SbtShared {
val sbt210 = "2.10.7"
val latest211 = "2.11.12"
val latest212 = "2.12.7"
val latest212 = "2.12.8"
val latest213 = "2.13.0-M5"
val currentScalaVersion = latest212

val latestScalaJs = "0.6.25"
val latestScalaJs = "0.6.26"
val latestDotty = "0.7.0-RC1"

val latestCoursier = "1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.1.1")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.0")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.26")

// addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.5.0-RC2")

Expand Down

0 comments on commit 6f620f8

Please sign in to comment.