From ec2f911778803188a06e7b8ae87dd922901796e9 Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 25 Dec 2022 01:11:19 +0000 Subject: [PATCH 1/5] other: update sbt-scalafmt from 2.4.6 to 2.5.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 09e8fcf..6dd7632 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0") From cba828b9ebdd86f89fe21e4c7ca7d116c560b45a Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 29 Jan 2023 01:14:54 +0000 Subject: [PATCH 2/5] other: update sbt-sonatype from 3.9.10 to 3.9.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 09e8fcf..2fb4c4c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.4.0") addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") From 8e3ebbb423727d65416f3524d58d6e7eb9d2657c Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 19 Feb 2023 01:14:12 +0000 Subject: [PATCH 3/5] other: update sbt-native-packager from 1.9.7 to 1.9.15 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 09e8fcf..e76602c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,4 +8,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.7") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.15") \ No newline at end of file From 756b0a57a8ad9014274a4c160cff287c3c6f067e Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 26 Feb 2023 01:19:22 +0000 Subject: [PATCH 4/5] other: update sbt-native-packager from 1.9.15 to 1.9.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bd51378..d6ee968 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,4 +8,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.15") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") \ No newline at end of file From 98b5cab8ddfc343e604bfc879e3dfd1a6059e047 Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 21 May 2023 01:08:53 +0000 Subject: [PATCH 5/5] other: update sbt-sonatype from 3.9.17 to 3.9.21 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bd51378..de51dda 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.4.0") addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")