From 32b2eea8eb396d4765b97805da8ac3ec2a712159 Mon Sep 17 00:00:00 2001 From: Seun Soyinka Date: Mon, 19 Aug 2024 10:56:44 -0500 Subject: [PATCH] Plugin config --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8c72c06..8da8f27 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ //addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3") // sbt 1 only, see FAQ for 0.13 support -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.60") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0") \ No newline at end of file