From 5eac81234a9d7ca123c09a23ee98b8fd6288cea6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:37:56 +0200 Subject: [PATCH] Update sbt-tpolecat to 0.5.2 (#374) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b8e297f..ec7ff97 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") // workaround for conflict between sbt-scoverage and scalastyle-sbt-plugin // https://github.com/scala/bug/issues/12632