Skip to content

Commit

Permalink
bump papi & change to new repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
minhh2792 committed Sep 19, 2024
1 parent 7869676 commit 1af2b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotman-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots/")
maven("https://repo.dmulloy2.net/repository/public/")
maven("https://jitpack.io")
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
maven("https://repo.extendedclip.com/releases")
maven {
setUrl("http://pack.minevn.net/repo/")
isAllowInsecureProtocol = true
Expand All @@ -22,7 +22,7 @@ dependencies {
// libs
compileOnly("net.minevn:minevnlib-plugin:1.1.3")
compileOnly("minevn.depend:playerpoints:3.2.6")
compileOnly("me.clip:placeholderapi:2.11.3")
compileOnly("me.clip:placeholderapi:2.11.6")

// JUnit
testImplementation(platform("org.junit:junit-bom:5.9.1"))
Expand Down

0 comments on commit 1af2b1b

Please sign in to comment.