From ddb50d7e3bebb4e3713492041fd1fec49fa95541 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 01:33:54 +0000 Subject: [PATCH] chore(deps): update dependency com.eed3si9n:sbt-assembly to v2.1.4 --- sangria/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sangria/project/plugins.sbt b/sangria/project/plugins.sbt index 623ffc49..01b97523 100644 --- a/sangria/project/plugins.sbt +++ b/sangria/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") \ No newline at end of file