Skip to content

Commit 6d35654

Browse files
committed
chore: update deps
1 parent 6f26fa1 commit 6d35654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
repositories {
1010
mavenLocal()
1111
mavenCentral()
12-
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
12+
maven("https://s01.oss.sonatype.org/content/groups/public/")
1313
maven("https://repo.papermc.io/repository/maven-public/")
1414
maven("https://jitpack.io")
1515
}
@@ -19,7 +19,7 @@ dependencies {
1919
compileOnly("com.github.Slimefun:Slimefun4:RC-37")
2020
implementation("org.bstats:bstats-bukkit:3.0.3")
2121
implementation("com.google.code.findbugs:jsr305:3.0.2")
22-
implementation("net.guizhanss:guizhanlib-all:2.0.0-SNAPSHOT")
22+
implementation("net.guizhanss:guizhanlib-all:2.2.0-SNAPSHOT")
2323
}
2424

2525
group = "io.github.thebusybiscuit"

0 commit comments

Comments
 (0)