From aa13105821122aa08db8075eab0c26c3e1b2a50d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Oct 2021 17:10:58 +0200 Subject: [PATCH] Update sbt-ci-release to 1.5.10 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 60ba9273..334e1fdd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ logLevel := Level.Warn addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") \ No newline at end of file