From 0a10ce86863a15191b2b73dce346dfd8674db49a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 22 Mar 2021 11:47:30 +0100 Subject: [PATCH] Update sbt-dotty to 0.5.3 (#30095) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 48b553b8ba..95b0451ba9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,4 +28,4 @@ addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.25") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2") -addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.2") +addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")