deps: Updated MiniPlaceholders dependency

closes #129
This commit is contained in:
Adrian 2023-11-04 21:35:49 -05:00
parent 0941d1aca9
commit 9a701fb88a
No known key found for this signature in database
GPG Key ID: FB8EF84DCE1BE452
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
plugins {
alias(libs.plugins.ideaext)
alias(libs.plugins.blossom)
id("authmevelocity.spotless")
}

View File

@ -4,7 +4,7 @@ metadata.format.version = "1.1"
velocity = "3.2.0-SNAPSHOT"
paper = "1.20-R0.1-SNAPSHOT"
miniplaceholders = "2.2.1"
miniplaceholders = "2.2.2"
fastlogin = "1.12-SNAPSHOT"
authme = "5.6.0-SNAPSHOT"
libby = "1.3.0"
@ -62,3 +62,4 @@ indra = { id = "net.kyori.indra.publishing", version.ref = "indra" }
runvelocity = { id = "xyz.jpenilla.run-velocity", version.ref = "runtask" }
runpaper = { id = "xyz.jpenilla.run-paper", version.ref = "runtask" }
ideaext = { id = "org.jetbrains.gradle.plugin.idea-ext", version = "1.1.7" }

View File

@ -15,7 +15,7 @@ repositories {
includeGroup("net.byteflux")
}
}
maven("https://mvn.exceptionflug.de/repository/exceptionflug-public/")
maven("https://maven.elytrium.net/repo/")
}
dependencies {