From 2e2456b1ad172f72d088a22862616f174392a668 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 01:29:25 +0000 Subject: [PATCH] chore(deps): update dependency com.github.sbt:sbt-ci-release to v1.5.12 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c863381b..7075da49 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % "6.2.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") // Sbt-CI plugin -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") // Visualize your project's dependencies. // `dependencyTree`: Shows an ASCII tree representation of the project's dependencies