From 4fdd57ea7033eb1dc62075596ed7149fd26729ab Mon Sep 17 00:00:00 2001 From: Funfix CI Date: Mon, 11 May 2026 12:23:57 +0000 Subject: [PATCH] Upgrade dependencies: sbt-scalafmt 2.6.0 -> 2.6.1, sbt-tpolecat 0.5.3 -> 0.5.4 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3160ed4..f0bd84a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.4") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.7") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")