From 6f620f8101a9ae802cac8e33021e76d78433e5ec Mon Sep 17 00:00:00 2001 From: OlegYch Date: Sun, 9 Dec 2018 18:34:37 +0300 Subject: [PATCH] update scala version --- .../main/scala/com.olegych.scastie.api/ScalaVersions.scala | 1 + .../com.olegych.scastie.client/components/BuildSettings.scala | 2 +- project/SbtShared.scala | 4 ++-- project/plugins.sbt | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/api/src/main/scala/com.olegych.scastie.api/ScalaVersions.scala b/api/src/main/scala/com.olegych.scastie.api/ScalaVersions.scala index a1570f3b2..48736757c 100644 --- a/api/src/main/scala/com.olegych.scastie.api/ScalaVersions.scala +++ b/api/src/main/scala/com.olegych.scastie.api/ScalaVersions.scala @@ -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", diff --git a/client/src/main/scala/com.olegych.scastie.client/components/BuildSettings.scala b/client/src/main/scala/com.olegych.scastie.client/components/BuildSettings.scala index 5cea2207b..864ebe684 100644 --- a/client/src/main/scala/com.olegych.scastie.client/components/BuildSettings.scala +++ b/client/src/main/scala/com.olegych.scastie.client/components/BuildSettings.scala @@ -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" ) diff --git a/project/SbtShared.scala b/project/SbtShared.scala index 90d684270..99f50acf5 100644 --- a/project/SbtShared.scala +++ b/project/SbtShared.scala @@ -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" diff --git a/project/plugins.sbt b/project/plugins.sbt index c4dc63a27..0747aafbb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")