From 8a1b961ec31c21491d83c6eaa4165fd3a7e515a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 01:23:14 +0000 Subject: [PATCH] Update dependency org.xerial.sbt:sbt-pack to v0.23 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b44c03e3..e22ee3a7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.14") +addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.23") addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.11.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")