From 89a8f8339b0bc65d18a9c8207f1e72a0d4f0c732 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:52:19 +0000 Subject: [PATCH] chore(deps): update dependency com.eed3si9n:sbt-assembly to v2.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a1d95aae1b..833f40f27e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // プラグインJarを(依存関係にあるJarをすべて同梱して)出力するため -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") // Lintを掛けるため addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")