Compare commits

..

1 commit

Author SHA1 Message Date
34bb853072 Update dependency org.spongepowered:spongeapi to v7.4.0
Some checks failed
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled
2026-07-02 06:17:43 +00:00

View file

@ -40,7 +40,7 @@ dependencies {
implementation 'com.sun.xml.bind:jaxb-impl:3.0.2' implementation 'com.sun.xml.bind:jaxb-impl:3.0.2'
implementation 'com.googlecode.json-simple:json-simple:1.1.1' implementation 'com.googlecode.json-simple:json-simple:1.1.1'
implementation 'org.yaml:snakeyaml:1.23' implementation 'org.yaml:snakeyaml:1.23'
implementation 'org.spongepowered:spongeapi:7.0.0' implementation 'org.spongepowered:spongeapi:7.4.0'
} }
sourceCompatibility = 1.8 sourceCompatibility = 1.8