From 827ece84b7c05a46d55b75b603f3d21e666c25c4 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 17 Jun 2026 01:15:18 +0000 Subject: [PATCH] Update sbt-updates to 0.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4fed434..3817cd7 100644 --- a/build.sbt +++ b/build.sbt @@ -70,7 +70,7 @@ lazy val extra = project libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.2" ) .settings( - addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4"), + addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.7.0"), addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0") )