From 75e45a009c21804883876f58a1578f3da3f325d6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Jun 2026 01:12:10 +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 4cfba0c5f..d27adbaa7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0") // Dependency helper plugins -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.7.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")