From a4e6620068ea04a5ea64b63eec6bb754be0cc003 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Jun 2026 17:28:19 +0000 Subject: [PATCH] Update sbt-updates to 0.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5ad1b36..e538522 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ * for easier dependency updates monitoring * @see https://github.com/rtimush/sbt-updates */ -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.7.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")