We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ac422 commit 2ccd0fcCopy full SHA for 2ccd0fc
1 file changed
build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
minecraft "com.mojang:minecraft:$minecraft_version"
23
mappings "dev.tildejustin:yarn:$yarn_mappings:v2"
24
modImplementation "net.fabricmc:fabric-loader:$loader_version"
25
- modImplementation ("com.github.kingcontaria:speedrunapi:$speedrunapi_version") {
+ modImplementation ("com.github.contariaa:speedrunapi:$speedrunapi_version") {
26
transitive = false
27
}
28
0 commit comments