Skip to content

Commit

Permalink
fix: Bump Quack to use UTF-8 by default for all json files.
Browse files Browse the repository at this point in the history
  • Loading branch information
covers1624 committed Jun 6, 2024
1 parent 460c33c commit b4dc581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprocess/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation('org.apache.maven:maven-artifact:3.8.4') {
exclude group: 'org.codehaus.plexus' // Not needed for this application.
}
implementation 'net.covers1624:Quack:0.4.9.77'
implementation 'net.covers1624:Quack:0.4.10.104'
implementation 'net.covers1624:JdkUtils:0.6.0.20'
implementation 'com.google.guava:guava:31.0.1-jre'
implementation 'org.openjdk.nashorn:nashorn-core:15.3'
Expand Down

0 comments on commit b4dc581

Please sign in to comment.