We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f26fa1 commit 6d35654Copy full SHA for 6d35654
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
repositories {
10
mavenLocal()
11
mavenCentral()
12
- maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
+ maven("https://s01.oss.sonatype.org/content/groups/public/")
13
maven("https://repo.papermc.io/repository/maven-public/")
14
maven("https://jitpack.io")
15
}
@@ -19,7 +19,7 @@ dependencies {
19
compileOnly("com.github.Slimefun:Slimefun4:RC-37")
20
implementation("org.bstats:bstats-bukkit:3.0.3")
21
implementation("com.google.code.findbugs:jsr305:3.0.2")
22
- implementation("net.guizhanss:guizhanlib-all:2.0.0-SNAPSHOT")
+ implementation("net.guizhanss:guizhanlib-all:2.2.0-SNAPSHOT")
23
24
25
group = "io.github.thebusybiscuit"
0 commit comments