From 2d587aff92bc786e987306a6dd8f9a04a194b0f4 Mon Sep 17 00:00:00 2001 From: Jake Schwartz Date: Mon, 17 Apr 2023 18:03:00 -0400 Subject: [PATCH] Update sbt-ci-release plugin --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0d75d85..39a0190 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.11") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")