Skip to content

Commit

Permalink
Change spigot-api to Java 8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
datatags committed Feb 15, 2024
1 parent 804c3db commit dbfec7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
compileOnly 'org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.20.4-R0.1-20240209.081002-77'
// TODO: change this to a tag that works
compileOnly 'com.github.UltraCosmetics:UltraCosmetics:master-SNAPSHOT'
implementation 'org.bstats:bstats-bukkit:3.0.2'
Expand Down

0 comments on commit dbfec7f

Please sign in to comment.