From 2ca577629b10b5f9da197c0289d80c4acd65df2f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 3 May 2023 15:12:30 +0000 Subject: [PATCH] Update sbt-ci-release to 1.5.12 --- project/plugins.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 76501a6a..3083c86e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,4 @@ logLevel := Level.Warn addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") - +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")