Skip to content

Commit

Permalink
Use spigot api instead of spigot
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspianDev committed Jun 14, 2023
1 parent 8a6b2ea commit e698b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation project(path: ":v1.19.4", configuration: "reobf")
implementation project(path: ":v1.20", configuration: "reobf")

compileOnly "org.spigotmc:spigot:1.19.4-R0.1-SNAPSHOT"
compileOnly "org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT"
compileOnly "dev.dejvokep:boosted-yaml-spigot:1.3"
compileOnly "com.viaversion:viaversion:4.6.1"
compileOnly "org.apache.logging.log4j:log4j-core:2.19.0"
Expand Down

0 comments on commit e698b44

Please sign in to comment.