Skip to content

Commit 98ec06d

Browse files
Bump dependencies and earthguard improvement
1 parent 1ea1a83 commit 98ec06d

File tree

6 files changed

+202
-140
lines changed

6 files changed

+202
-140
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
22
java
3-
id("com.github.johnrengelman.shadow").version("7.1.2")
3+
id("com.github.johnrengelman.shadow").version("8.1.1")
44
}
55

66
group = "me.moros"
7-
version = "1.7.1"
7+
version = "1.7.2"
88

99
java {
1010
toolchain {
@@ -19,9 +19,9 @@ repositories {
1919
}
2020

2121
dependencies {
22-
implementation("org.bstats", "bstats-bukkit", "3.0.0")
22+
implementation("org.bstats", "bstats-bukkit", "3.0.2")
2323
compileOnly("org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT")
24-
compileOnly("com.github.ProjectKorra:ProjectKorra:v1.10.2")
24+
compileOnly("com.github.ProjectKorra:ProjectKorra:v1.11.1")
2525
}
2626

2727
tasks {

gradle/wrapper/gradle-wrapper.jar

626 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 153 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)