From 848a93f31c4f5f235092287dd7858f839e3ec08a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Mar 2021 08:47:19 +0000 Subject: [PATCH] Update sbt-ci-release to 1.5.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 16788bc..7757712 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ resolvers += Resolver.jcenterRepo -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") +addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.1") addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")