Skip to content

Commit

Permalink
Update libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Aug 28, 2023
1 parent c9dc50a commit 3d135a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
plugins {
base
id("me.champeau.jmh") version "0.7.0" apply false
id("me.champeau.jmh") version "0.7.1" apply false
}

rootProject.version = Lattices.VERSION
Expand Down Expand Up @@ -131,7 +131,7 @@ fun setupTestReporting(project: Project) {
project.apply(plugin = "jacoco")

project.configure<JacocoPluginExtension> {
toolVersion = "0.8.8"
toolVersion = "0.8.10"
}

project.tasks {
Expand Down

0 comments on commit 3d135a9

Please sign in to comment.