From 0658a24d45a7303d3ad18a0d265ba608defdbee6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 Jan 2020 21:24:06 +0100 Subject: [PATCH 1/6] Update sbt-release to 1.0.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6fcd712..8038ead 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.3.1") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10") \ No newline at end of file +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") \ No newline at end of file From 57b1976c75f05262e2581c2951c9c2f8f699099a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Feb 2020 23:18:32 +0100 Subject: [PATCH 2/6] Update sbt-release to 1.0.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e12a826..778fcba 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") From 1d34a10b4da9573094b06889b15dc445782b823d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 12 May 2021 18:34:21 +0200 Subject: [PATCH 3/6] Update sbt-release to 1.0.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2b20a9d..0bfe72d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1") \ No newline at end of file From b736ce1ff62c7923b9da45eb35e67e61722a1d50 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 7 Jun 2021 16:27:25 +0200 Subject: [PATCH 4/6] Update sbt-release to 1.0.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 70683e2..7acb63b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0") \ No newline at end of file From e5d4335fc38b7aed8c57aacb5e414f9a618b6ab1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 5 Aug 2023 16:24:14 +0000 Subject: [PATCH 5/6] Revert commit(s) b736ce1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7acb63b..70683e2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10") addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0") \ No newline at end of file From 8d7a88daa2b5fad6d522ab5051b0ca7ad906d142 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 5 Aug 2023 16:24:14 +0000 Subject: [PATCH 6/6] Update sbt-release to 1.0.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 726ed6b..a70b6b8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.15.0") \ No newline at end of file