Skip to content

Commit

Permalink
Merge pull request #6 from imanushin/fixJmh
Browse files Browse the repository at this point in the history
update jmh version
  • Loading branch information
imanushin authored Dec 13, 2023
2 parents 5f846e1 + 32e43a2 commit c3fffdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val applicationStartClass = "com.imanushin.use.performance.StartKt"
plugins {
java
kotlin("jvm") version embeddedKotlinVersion
alias(libs.plugins.me.champeau.gradle.jmh)
alias(libs.plugins.me.champeau.jmh)
alias(libs.plugins.com.github.ben.manes.versions)
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
jmh = "1.23"
jmh = "1.37"

[libraries]

[plugins]
me-champeau-gradle-jmh = { id = "me.champeau.gradle.jmh", version = "0.5.3" }
me-champeau-jmh = { id = "me.champeau.jmh", version = "0.7.2" }
com-github-ben-manes-versions = { id = "com.github.ben-manes.versions", version = "0.50.0" }

0 comments on commit c3fffdd

Please sign in to comment.