Skip to content

Commit 757a105

Browse files
authored
Merge pull request #2020 from Baeldung/update/sbt-jmh-0.4.8
Update sbt-jmh from 0.4.7 to 0.4.8
2 parents dc4faf7 + 03971e6 commit 757a105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9")
1212
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.1")
1313
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.2.1")
1414

15-
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
15+
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
1616
libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"
1717

1818
resolvers += Resolver.jcenterRepo

0 commit comments

Comments
 (0)