fix format

This commit is contained in:
Zoë 2022-08-23 12:32:25 -05:00
parent c40fc4b844
commit cb6dbe3ec9

View File

@ -52,8 +52,8 @@ fun Project.configureDependencies() {
maven("https://jitpack.io") {
name = "JitPack"
}
maven("Modrinth") {
url = uri("https://api.modrinth.com/maven")
maven("https://api.modrinth.com/maven") {
name = "Modrinth"
}
}