From 3e4a16a69e7f6f08ecdaf8d11eec49cf272dfa98 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Tue, 17 Jan 2023 01:26:55 +0000 Subject: [PATCH] Update sbt-native-packager to 1.9.12 --- cookbook/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/build.sbt b/cookbook/build.sbt index 0dd0903..8577d39 100644 --- a/cookbook/build.sbt +++ b/cookbook/build.sbt @@ -1 +1 @@ -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.12")