Skip to content

Commit

Permalink
Update sbt-jmh to 0.4.1 (#259)
Browse files Browse the repository at this point in the history
* Update sbt-jmh to 0.4.1

* Update sbt-jmh to 0.4.1
  • Loading branch information
scala-steward authored May 12, 2021
1 parent 284ad43 commit 8407e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native"
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.20")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.1")

libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.3"

0 comments on commit 8407e47

Please sign in to comment.