Skip to content

Commit 64ad883

Browse files
authored
Update sbt-jmh to 0.4.6 (#3190)
## About this PR 📦 Updates [pl.project13.scala:sbt-jmh](https://github.com/sbt/sbt-jmh) from `0.4.5` to `0.4.6` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-jmh/releases/tag/v0.4.6) - [Version Diff](sbt/sbt-jmh@v0.4.5...v0.4.6) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "pl.project13.scala", artifactId = "sbt-jmh" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "pl.project13.scala", artifactId = "sbt-jmh" } }] ``` </details> <sup> labels: sbt-plugin-update </sup>
1 parent a8e848b commit 64ad883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugin.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
3434
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")
3535

3636
// For JMH benchmark
37-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
37+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
3838
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
3939

4040
scalacOptions ++= Seq("-deprecation", "-feature")

0 commit comments

Comments
 (0)