From a6356c209e346029eb9f9f56ae46b2b5080bd748 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 02:42:56 +0000 Subject: [PATCH] Update dependency org.typelevel:sbt-typelevel-scalafix to v0.6.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a14a07f..340d663 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.3") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")