From eacae889874e4084b6a400ddbe8c7ad9f3099b45 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 Jan 2020 18:30:59 +0100 Subject: [PATCH] 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 cc5dcf8..e6ca2e0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") addSbtPlugin("com.evolutiongaming" % "sbt-scalac-opts-plugin" % "0.0.4") \ No newline at end of file