From 88683c74887f32757d7767762459e84bdc8e5328 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Feb 2021 23:06:27 +0100 Subject: [PATCH] Update sbt-scala-module to 2.2.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index df996da3..c6bfceb2 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("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4") addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.1")