From 739975ab0a7859a7e027a293657d474ac08e68cc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 6 Mar 2021 18:21:30 +0100 Subject: [PATCH] Update sbt-updates to 0.5.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5791478f5..95e985fe3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,6 +16,6 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.10") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.0") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.2") addSbtPlugin("com.github.j5ik2o" % "sbt-wrapper-gen" % "1.0.7")