From 82324bebe70d6edc7d6a3d0f784a0b33d976117d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Feb 2021 23:05:28 +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 81fac909..53db5d38 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.3") +addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4")