Update DependencyConfig.kt

This commit is contained in:
Zoë
2023-10-17 21:00:28 -06:00
committed by GitHub
parent c8f2871aaa
commit 9f4a8e06e1

View File

@@ -49,7 +49,7 @@ fun Project.configureDependencies() {
name = "JitPack"
}
maven("https://nexuslite.gcnt.net/repos/other/") {
name = "devmart-other"
name = "GCNT"
}
}
@@ -61,4 +61,4 @@ fun Project.configureDependencies() {
compileOnly("com.google.guava:guava:30.0-jre")
testImplementation("com.google.guava:guava:30.0-jre")
}
}
}