From ea5222f3c2d5866a56656832ef14431eb6ca8a5a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Oct 2024 21:04:07 +0000 Subject: [PATCH] Update sbt-dynver to 5.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bd0e0e5..8260892 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") +addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0")