From 18bba7366b7f71259dc2463e670ae4c5d3914220 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Fri, 17 May 2019 02:04:53 +0200 Subject: [PATCH] Upgrade the other dotty test for consistency --- sbt/src/sbt-test/plugins/dotty/build.sbt | 2 +- sbt/src/sbt-test/plugins/dotty/project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbt/src/sbt-test/plugins/dotty/build.sbt b/sbt/src/sbt-test/plugins/dotty/build.sbt index e38070b5e..6e6106c11 100644 --- a/sbt/src/sbt-test/plugins/dotty/build.sbt +++ b/sbt/src/sbt-test/plugins/dotty/build.sbt @@ -1 +1 @@ -scalaVersion := "0.13.0-RC1" +scalaVersion := "0.14.0-RC1" diff --git a/sbt/src/sbt-test/plugins/dotty/project/plugins.sbt b/sbt/src/sbt-test/plugins/dotty/project/plugins.sbt index b5de60fc6..61407ff6b 100644 --- a/sbt/src/sbt-test/plugins/dotty/project/plugins.sbt +++ b/sbt/src/sbt-test/plugins/dotty/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.3.0") +addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.3.1")