File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import gradle.kotlin.dsl.accessors._bcd9a993373509de50154c5485fe667f.java
21import org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension
32
43val javaVersion: String by project
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ canvas-api = "1.21.11-R0.1-SNAPSHOT"
77hytale-server = " 1.0.0"
88
99# Kolin
10- kotlinVersion = " 2.3.10 "
10+ kotlinVersion = " 2.3.20 "
1111kotlinxCoroutines = " 1.10.2"
1212kotlinx-serialization = " 1.10.0"
1313
@@ -22,8 +22,8 @@ commandapi = "11.1.0"
2222luckperms = " v5.5.0-bukkit"
2323
2424# Scoreboard Library
25- scoreboard-library = " 2.7.0 "
26- scoreboard-library-implementation = " 2.7.0 "
25+ scoreboard-library = " 2.7.1 "
26+ scoreboard-library-implementation = " 2.7.1 "
2727
2828# Adventure
2929adventure-api = " 4.26.1"
@@ -70,7 +70,7 @@ bytebuddy = "1.18.7"
7070
7171# Plugin versions
7272maven-repo-auth = " 3.0.4"
73- shadow-gradle-plugin = " 9.3.2 "
73+ shadow-gradle-plugin = " 9.4.1 "
7474run-paper-gradle-plugin = " 3.0.2"
7575dokka = " 2.1.0"
7676
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313 `kotlin- dsl`
1414 `java- toolchain- convention`
1515
16- id(" com.gradle.plugin-publish" ) version " 2.1.0 "
16+ id(" com.gradle.plugin-publish" ) version " 2.1.1 "
1717 kotlin(" plugin.serialization" )
1818 idea
1919}
You can’t perform that action at this time.
0 commit comments