From 6d7e29d6e62cbed5bf7892df091ab16c54906925 Mon Sep 17 00:00:00 2001 From: Tofu Bot Date: Tue, 14 Jul 2026 00:30:56 +0000 Subject: [PATCH] Update sbt-typelevel-sonatype to 0.8.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ab8a23d55..d89d811c9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype" % "0.8.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")