From 4457958e8caf1bc858aef997f2b78e0f5460357d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Oct 2023 20:45:45 +0000 Subject: [PATCH] Update sbt-updates to 0.4.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d5f129a..6e68e10 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.2") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.3") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2")