From 8f8e2b92ac35c6af8dd513442d2d96361413cdb9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 24 Dec 2022 15:05:14 +0000 Subject: [PATCH] Update sbt-ci-release to 1.5.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6e66971..d225bd0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,4 +9,4 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")