From 777b3a4586d22e826a1a7a97a7dd23681a4904e6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Nov 2023 02:28:04 +0000 Subject: [PATCH 1/5] Update sbt-dependency-check to 4.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0122759a..2527076b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin(dependency = "com.jsuereth" % "sbt-pgp" % "2.0.2") addSbtPlugin(dependency = "com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.1.1") addSbtPlugin(dependency = "com.timushev.sbt" % "sbt-updates" % "0.6.2") addSbtPlugin(dependency = "com.typesafe.play" % "sbt-plugin" % "2.8.16") -addSbtPlugin(dependency = "net.vonbuchholtz" % "sbt-dependency-check" % "4.0.0") +addSbtPlugin(dependency = "net.vonbuchholtz" % "sbt-dependency-check" % "4.3.0") addSbtPlugin(dependency = "org.scalariform" % "sbt-scalariform" % "1.8.2") addSbtPlugin(dependency = "org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin(dependency = "org.scoverage" % "sbt-coveralls" % "1.3.2") From a5c44fb11d9bd1cb8d23d4e88b37dd1d74dfd185 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 Nov 2023 21:07:07 +0000 Subject: [PATCH 2/5] Revert commit(s) 777b3a45 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2527076b..0122759a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin(dependency = "com.jsuereth" % "sbt-pgp" % "2.0.2") addSbtPlugin(dependency = "com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.1.1") addSbtPlugin(dependency = "com.timushev.sbt" % "sbt-updates" % "0.6.2") addSbtPlugin(dependency = "com.typesafe.play" % "sbt-plugin" % "2.8.16") -addSbtPlugin(dependency = "net.vonbuchholtz" % "sbt-dependency-check" % "4.3.0") +addSbtPlugin(dependency = "net.vonbuchholtz" % "sbt-dependency-check" % "4.0.0") addSbtPlugin(dependency = "org.scalariform" % "sbt-scalariform" % "1.8.2") addSbtPlugin(dependency = "org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin(dependency = "org.scoverage" % "sbt-coveralls" % "1.3.2") From 3ce02e9dd109d7831c902cb26a56c57282912237 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 Nov 2023 21:07:08 +0000 Subject: [PATCH 3/5] sbt-dependency-check 4.3.0 (was 4.0.0) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 822f619b..a3c1069c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin(dependency = "com.jsuereth" % "sbt-pgp" % "2.0.2") addSbtPlugin(dependency = "com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.1.1") addSbtPlugin(dependency = "com.timushev.sbt" % "sbt-updates" % "0.6.2") addSbtPlugin(dependency = "com.typesafe.play" % "sbt-plugin" % "2.8.16") -addSbtPlugin(dependency = "net.vonbuchholtz" % "sbt-dependency-check" % "4.0.0") +addSbtPlugin(dependency = "net.vonbuchholtz" % "sbt-dependency-check" % "4.3.0") addSbtPlugin(dependency = "org.scalariform" % "sbt-scalariform" % "1.8.3") addSbtPlugin(dependency = "org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin(dependency = "org.scoverage" % "sbt-coveralls" % "1.3.2") From 39119426f227dde0b661c60acd430b19b7ba29f2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Nov 2023 19:07:36 +0000 Subject: [PATCH 4/5] Revert commit(s) 3ce02e9d --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a3c1069c..822f619b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin(dependency = "com.jsuereth" % "sbt-pgp" % "2.0.2") addSbtPlugin(dependency = "com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.1.1") addSbtPlugin(dependency = "com.timushev.sbt" % "sbt-updates" % "0.6.2") addSbtPlugin(dependency = "com.typesafe.play" % "sbt-plugin" % "2.8.16") -addSbtPlugin(dependency = "net.vonbuchholtz" % "sbt-dependency-check" % "4.3.0") +addSbtPlugin(dependency = "net.vonbuchholtz" % "sbt-dependency-check" % "4.0.0") addSbtPlugin(dependency = "org.scalariform" % "sbt-scalariform" % "1.8.3") addSbtPlugin(dependency = "org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin(dependency = "org.scoverage" % "sbt-coveralls" % "1.3.2") From c33660f2c4f9f3244769abb1526447a34510f8a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Nov 2023 19:07:37 +0000 Subject: [PATCH 5/5] sbt-dependency-check 4.3.0 (was 4.0.0) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 28b04e59..a1ab40d7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin(dependency = "com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin(dependency = "com.jsuereth" % "sbt-pgp" % "2.1.1") addSbtPlugin(dependency = "com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin(dependency = "com.typesafe.play" % "sbt-plugin" % "2.9.0") -addSbtPlugin(dependency = "net.vonbuchholtz" % "sbt-dependency-check" % "4.0.0") +addSbtPlugin(dependency = "net.vonbuchholtz" % "sbt-dependency-check" % "4.3.0") addSbtPlugin(dependency = "org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin(dependency = "org.scoverage" % "sbt-coveralls" % "1.3.11") addSbtPlugin(dependency = "org.xerial.sbt" % "sbt-sonatype" % "3.10.0")