Skip to content

Commit

Permalink
Updated pitest to 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledmington committed Nov 30, 2024
1 parent 312023e commit 871947a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion elf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
pitest {
targetClasses.set(['com.ledmington.elf.*'])
targetTests.set(['com.ledmington.elf.*'])
pitestVersion = '1.17.1'
pitestVersion = '1.17.2'
junit5PluginVersion = '1.2.1'
threads = 4
outputFormats.set(['XML', 'HTML'])
Expand Down
2 changes: 1 addition & 1 deletion emu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
pitest {
targetClasses.set(['com.ledmington.emu.*'])
targetTests.set(['com.ledmington.emu.*'])
pitestVersion = '1.17.1'
pitestVersion = '1.17.2'
junit5PluginVersion = '1.2.1'
threads = 4
outputFormats.set(['XML', 'HTML'])
Expand Down
2 changes: 1 addition & 1 deletion id/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
pitest {
targetClasses.set(['com.ledmington.cpu.x86.*'])
targetTests.set(['com.ledmington.cpu.x86.*'])
pitestVersion = '1.17.1'
pitestVersion = '1.17.2'
junit5PluginVersion = '1.2.1'
threads = 4
outputFormats.set(['XML', 'HTML'])
Expand Down
2 changes: 1 addition & 1 deletion mem/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
pitest {
targetClasses.set(['com.ledmington.mem.*'])
targetTests.set(['com.ledmington.mem.*'])
pitestVersion = '1.17.1'
pitestVersion = '1.17.2'
junit5PluginVersion = '1.2.1'
threads = 4
outputFormats.set(['XML', 'HTML'])
Expand Down
2 changes: 1 addition & 1 deletion utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {}
pitest {
targetClasses.set(['com.ledmington.utils.*'])
targetTests.set(['com.ledmington.utils.*'])
pitestVersion = '1.17.1'
pitestVersion = '1.17.2'
junit5PluginVersion = '1.2.1'
threads = 4
outputFormats.set(['XML', 'HTML'])
Expand Down

0 comments on commit 871947a

Please sign in to comment.