Skip to content

Commit

Permalink
Updated to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
WieszczY85 committed Feb 8, 2025
1 parent c7117cc commit bc68a83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "2.1.0"
id("com.gradleup.shadow") version "9.0.0-beta4"
id("com.gradleup.shadow") version "9.0.0-beta7"
}

group = "pl.syntaxdevteam"
Expand All @@ -21,7 +21,7 @@ dependencies {
compileOnly("dev.folia:folia-api:1.21.4-R0.1-SNAPSHOT")
compileOnly("org.eclipse.aether:aether-api:1.1.0")
compileOnly("org.yaml:snakeyaml:2.3")
compileOnly("com.google.code.gson:gson:2.11.0")
compileOnly("com.google.code.gson:gson:2.12.1")
}

val targetJavaVersion = 21
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/paper-libraries.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraries:
- org.eclipse.aether:aether-api:1.1.0
- org.yaml:snakeyaml:2.3
- com.google.code.gson:gson:2.11.0
- com.google.code.gson:gson:2.12.1

0 comments on commit bc68a83

Please sign in to comment.