From f0f9f4a53efd6f99bfba42590e4d619523b16f42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 06:38:57 +0000 Subject: [PATCH] Update dependency org.typelevel:sbt-typelevel to v0.6.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ee0e2c9..ae4d9c4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.5") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.5") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")