Skip to content

Commit

Permalink
Bump JSON version
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe authored Oct 19, 2023
1 parent 9330c6e commit e2e290a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bld/java/pokemon/PokemonBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public PokemonBuild() {
repositories = List.of(MAVEN_CENTRAL, SONATYPE_SNAPSHOTS);
scope(compile)
.include(dependency("com.uwyn.rife2", "rife2", version(1,7,2)))
.include(dependency("dev.mccue", "json", version(0,2,3)));
.include(dependency("dev.mccue", "json", version(0,2,4)));
scope(test)
.include(dependency("org.jsoup", "jsoup", version(1,16,1)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3)))
Expand Down Expand Up @@ -81,4 +81,4 @@ public void tailwind() throws Exception {
public static void main(String[] args) {
new PokemonBuild().start(args);
}
}
}

0 comments on commit e2e290a

Please sign in to comment.