From b1140f319b1a0299a18c368f517031ecc183b24b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 8 Feb 2020 17:35:35 +0100 Subject: [PATCH] Update sbt-ci-release to 1.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 738eae6..c75ae37 100644 --- a/build.sbt +++ b/build.sbt @@ -8,4 +8,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.3") addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") // set scalaVersion and crossScalaVersions -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.0") // set version, scmInfo, publishing settings +addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.2") // set version, scmInfo, publishing settings