From 5692c4f54000430245bb52602c8444b191cff6c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Jul 2022 22:51:26 +0000 Subject: [PATCH] Update sbt-updates to 0.6.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9120676..5e8c612 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.3") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")