From b38817429dde717695c195ebaca4fa190153404e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 21 Feb 2021 16:46:50 +0100 Subject: [PATCH] Update sbt-release to 1.0.15 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a183af2..b9513b2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15") addSbtPlugin("com.evolutiongaming" % "sbt-scalac-opts-plugin" % "0.0.6") \ No newline at end of file