From 90ea370ab9252288cbc9db5fb31542d8b37b95ba Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Apr 2021 10:30:48 +0200 Subject: [PATCH] Update sbt-updates to 0.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5791478f5..f41a7565d 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.3") addSbtPlugin("com.github.j5ik2o" % "sbt-wrapper-gen" % "1.0.7")