From 37530ab2e40c660e4c6f08f2598684ff31d30cc1 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 3 May 2023 10:23:52 +0200 Subject: [PATCH] Upgrade sbt-ci-release --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fbacc5c..521c563 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.4.2" ) -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") lazy val build = (project in file(".")). enablePlugins(BuildInfoPlugin).