Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 committed Feb 7, 2025
1 parent 1504488 commit 3491b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccbot-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "CCBot-Core"
dependencies {
api("net.dv8tion:JDA:5.3.0") // https://mvnrepository.com/artifact/net.dv8tion/JDA
api("org.reflections:reflections:0.10.2") // https://mvnrepository.com/artifact/org.reflections/reflections
api("com.github.andrew121410:CCUtilsJava:70604a9b7b")
api("com.github.andrew121410.CCUtilsJava:ccutilsjava-relocation:a96019572c")
api("com.github.andrew121410:minecraft-server-ping:6b0ea96f9f")

// Jackson -> https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
Expand Down

0 comments on commit 3491b1a

Please sign in to comment.