From 201fea1f22c2c27a8c186b956597327b2bff8f81 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 4 Apr 2020 00:32:13 +0200 Subject: [PATCH] Update sbt-dotty to 0.4.1 the main change seems to be lampepfl/dotty#8653 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cf01f136d..200673c94 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ val scalaJSVersion = addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.3") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion) -addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.0") +addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.1")