From 2e0877759128b8864946784711a85daf56435816 Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 21 Nov 2021 00:41:51 +0000 Subject: [PATCH 1/2] other: update sbt-java-formatter from 0.6.1 to 0.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 03274a5..e9946c6 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.3") -addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.6.1") +addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.0") \ No newline at end of file From 4c8d7587574952fda8b69d85ceb0a63bff65efd3 Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Tue, 23 Nov 2021 09:06:50 +0000 Subject: [PATCH 2/2] other: update sbt-java-formatter from 0.6.1 to 0.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 07a4bde..8fd3eaa 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.4") -addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.6.1") +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