Skip to content

Commit e33908a

Browse files
authored
Bump plugin and library versions to 1.21.11-2.71.2 (#267)
2 parents e34d079 + f285e60 commit e33908a

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

buildSrc/src/main/kotlin/java-toolchain-convention.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import gradle.kotlin.dsl.accessors._bcd9a993373509de50154c5485fe667f.java
21
import org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension
32

43
val javaVersion: String by project

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
77
javaVersion=25
88
mcVersion=1.21.11
99
group=dev.slne.surf
10-
version=1.21.11-2.71.1
10+
version=1.21.11-2.71.2
1111
relocationPrefix=dev.slne.surf.surfapi.libs
1212
snapshot=false

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ canvas-api = "1.21.11-R0.1-SNAPSHOT"
77
hytale-server = "1.0.0"
88

99
# Kolin
10-
kotlinVersion = "2.3.10"
10+
kotlinVersion = "2.3.20"
1111
kotlinxCoroutines = "1.10.2"
1212
kotlinx-serialization = "1.10.0"
1313

@@ -22,8 +22,8 @@ commandapi = "11.1.0"
2222
luckperms = "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
2929
adventure-api = "4.26.1"
@@ -70,7 +70,7 @@ bytebuddy = "1.18.7"
7070

7171
# Plugin versions
7272
maven-repo-auth = "3.0.4"
73-
shadow-gradle-plugin = "9.3.2"
73+
shadow-gradle-plugin = "9.4.1"
7474
run-paper-gradle-plugin = "3.0.2"
7575
dokka = "2.1.0"
7676

surf-api-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)