From c3e8d66a856acafdab91fb98113e983121c21e8e Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 25 Dec 2022 01:12:37 +0000 Subject: [PATCH 1/5] other: update sbt-java-formatter from 0.7.0 to 0.8.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8bc34ad..7ac239e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,5 +2,5 @@ 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.scalameta" % "sbt-scalafmt" % "2.4.6") -addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0") +addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.7") \ No newline at end of file From f2ef152699b88e1be17c4ca2f0b113c1d804c359 Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 25 Dec 2022 01:12:52 +0000 Subject: [PATCH 2/5] Reformat with sbt-java-formatter 0.8.0 Executed command: sbt javafmtAll --- lib/src/main/java/org/dmonix/jmx/JMXJsonBuilder.java | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/main/java/org/dmonix/jmx/JMXJsonBuilder.java b/lib/src/main/java/org/dmonix/jmx/JMXJsonBuilder.java index e6bdf98..3b70459 100644 --- a/lib/src/main/java/org/dmonix/jmx/JMXJsonBuilder.java +++ b/lib/src/main/java/org/dmonix/jmx/JMXJsonBuilder.java @@ -17,7 +17,6 @@ import com.eclipsesource.json.JsonArray; import com.eclipsesource.json.JsonObject; import com.eclipsesource.json.WriterConfig; - import java.io.File; import java.lang.management.*; From 4a323485a7f85ff252ed71ed0859cd67983ce8f5 Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 25 Dec 2022 01:12:52 +0000 Subject: [PATCH 3/5] Add 'Reformat with sbt-java-formatter 0.8.0' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..ea579dc --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with sbt-java-formatter 0.8.0 +f2ef152699b88e1be17c4ca2f0b113c1d804c359 From ba6dd235ac040d0337039d0c06441609f9b7d094 Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 25 Dec 2022 01:12:55 +0000 Subject: [PATCH 4/5] other: update specs2-core from 4.13.1 to 4.13.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3fab437..8b55e73 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -16,7 +16,7 @@ object Dependencies extends AutoPlugin { * Test dependencies * ------------------------------ */ - val `specs2-core` = "org.specs2" %% "specs2-core" % "4.13.1" + val `specs2-core` = "org.specs2" %% "specs2-core" % "4.13.3" } } From f9c646dc66d861a1bad90df272fda85426a46bb5 Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 21 May 2023 01:09:18 +0000 Subject: [PATCH 5/5] other: update sbt-sonatype from 3.9.10 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 8bc34ad..e7f5b81 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ 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.21") 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