From 43b396ae0f43a65026801bb6e98c2ecec77dfc7d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Dec 2022 19:00:28 +0000 Subject: [PATCH] Update sbt-updates to 0.6.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9120676..0768239 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.15") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")