From 9eedea3bc7da1949ac9df1b70e8b5d989515e764 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Oct 2020 20:46:20 +0100 Subject: [PATCH] Update sbt-dotty to 0.4.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 669c840e..be942efb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.3") -addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.2") +addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.4")