From e8f08968fe578bf4119274248aec9e88dcb921c3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Jun 2026 16:54:48 +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 b441cb59e3..45f1154379 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addDependencyTreePlugin -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.7.0") // for jdk11 libraryDependencies += "com.sun.activation" % "javax.activation" % "1.2.0"