Skip to content

Commit

Permalink
pitest plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Aug 18, 2023
1 parent e548626 commit 847750e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ tasks.check {
}

pitest {
junit5PluginVersion = "1.1.2"
junit5PluginVersion = "1.2.0"
targetClasses = setOf("blackbox.*", "de.siegmar.*")
timestampedReports = false
}
Expand Down

0 comments on commit 847750e

Please sign in to comment.