From 0dafe3365d38773d453ad1f0df8599b0f5130b1a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Sep 2021 22:12:29 +0200 Subject: [PATCH] Update sbt-ci-release to 1.5.9 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6a1c082..5d762f4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("com.beautiful-scala" % "sbt-scalastyle" % "1.5.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29") addSbtPlugin("au.com.onegeek" %% "sbt-dotenv" % "2.1.227") addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.2") -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6")