From d59487a439dcd312eaef218988c3a9ff1fb1f16d Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:06:30 +0000 Subject: [PATCH] Update sbt-jmh to 0.4.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3c140f5..525f4ff 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.10") addSbtPlugin("org.typelevel" % "sbt-typelevel" % Versions.SbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % Versions.SbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % Versions.SbtTypelevelVersion) -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.4") +addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")