From 52dbacac6b997c05ea4605b886966f2e6356a39d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Jun 2026 14:30:25 +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 0e6cbab..9c46c36 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.7.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")