From 68af877daa8b70734a58940b1af5346c96b52a7e Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:05:00 +0000 Subject: [PATCH 1/7] Update sbt-source-dist to 0.1.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fc4743d3f59..cf5777a3aa2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,7 +25,7 @@ addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") -addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.10") +addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11") addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.3.2") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1") From 6e6cc1e05fdc5b18619b61b72f6ea466cc6fb960 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:13:50 +0000 Subject: [PATCH 2/7] Revert commit(s) 3ccaf5adca --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cf5777a3aa2..fc4743d3f59 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,7 +25,7 @@ addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") -addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11") +addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.10") addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.3.2") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1") From 652ebe52a1a467108de254181c76916a8c6cdf83 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:13:55 +0000 Subject: [PATCH 3/7] Update sbt-source-dist to 0.1.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fc4743d3f59..cf5777a3aa2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,7 +25,7 @@ addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") -addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.10") +addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11") addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.3.2") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1") From 2fa3e2b58a2a0bb5ebc390dad0bad0b1d6b31182 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:05:20 +0000 Subject: [PATCH 4/7] Update typesafe:config to 1.4.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 85bf7e643a7..fc2c6f6e098 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -57,7 +57,7 @@ object Dependencies { object Compile { // Compile - val config = "com.typesafe" % "config" % "1.4.2" + val config = "com.typesafe" % "config" % "1.4.3" val `netty-transport` = "io.netty" % "netty-transport" % nettyVersion val `netty-handler` = "io.netty" % "netty-handler" % nettyVersion From b6ef02e48156b9d15761532cd1c47a12478d2874 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:14:12 +0000 Subject: [PATCH 5/7] Revert commit(s) 8847ab83d7 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index fc2c6f6e098..85bf7e643a7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -57,7 +57,7 @@ object Dependencies { object Compile { // Compile - val config = "com.typesafe" % "config" % "1.4.3" + val config = "com.typesafe" % "config" % "1.4.2" val `netty-transport` = "io.netty" % "netty-transport" % nettyVersion val `netty-handler` = "io.netty" % "netty-handler" % nettyVersion From 00c6bac1a70d2e0dc0408a4699d136d599855462 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:14:18 +0000 Subject: [PATCH 6/7] Update typesafe:config to 1.4.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 85bf7e643a7..fc2c6f6e098 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -57,7 +57,7 @@ object Dependencies { object Compile { // Compile - val config = "com.typesafe" % "config" % "1.4.2" + val config = "com.typesafe" % "config" % "1.4.3" val `netty-transport` = "io.netty" % "netty-transport" % nettyVersion val `netty-handler` = "io.netty" % "netty-handler" % nettyVersion From 2070408f530cc6a7d86719226deba0c7f7754df4 Mon Sep 17 00:00:00 2001 From: He-Pin Date: Mon, 23 Oct 2023 16:02:59 +0800 Subject: [PATCH 7/7] Pin sbt-java-formatter to 0.7.0 --- .scala-steward.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 0fbf051a110..849452a7d01 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -17,6 +17,7 @@ updates.ignore = [ { groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" } { groupId = "org.agrona", artifactId = "agrona" } { groupId = "org.mockito", artifactId = "mockito-core" } + { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" } ] updatePullRequests = "always"