From 84b5819e55de887f9a8d8156e9bd2ca39af47c87 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Oct 2021 16:35:23 +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 42a0391f..e950eab0 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,4 +10,4 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")