From 997dce7b311cc35a350734d709803858bac236c0 Mon Sep 17 00:00:00 2001 From: Antonio Murgia Date: Thu, 8 Feb 2024 12:39:11 +0100 Subject: [PATCH] Fix sbt-ci-release org --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index d28ff2b..8b9b277 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -1,2 +1,2 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")