From a4c1e68b485bbfb5c39eef30392c4bbb163a823d Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Sun, 28 May 2023 01:25:30 +0000 Subject: [PATCH 1/2] Update sbt-ci-release to 1.5.12 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0e7e329..80420be 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,4 +12,4 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") From 06f71c2aa1f7719bb287bc0e87595a855ce3d542 Mon Sep 17 00:00:00 2001 From: zhongl Date: Tue, 28 Nov 2023 14:49:23 +0800 Subject: [PATCH 2/2] Clean plugins. --- project/plugins.sbt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 80420be..63e3e75 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,15 +1,6 @@ -addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.5") -addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") - -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15") - -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") - -addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") - addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")