From 9216c539fa7e53565eb10bf6706de9d0ccdb8c9c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Jun 2021 14:19:10 +0200 Subject: [PATCH] Update sbt-jmh to 0.4.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 82c076e9..5eafefee 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ logLevel := Level.Warn addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.16") // addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.13") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7") +addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.3") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")