From bb4f22ac9b52360c177f27b77f8cfd0fb5f34f31 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 20 Jan 2024 18:31:22 +0000 Subject: [PATCH] Update sbt-dependency-updates to 1.2.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5c2f99d..1f05fa5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.7") +addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.8")