Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import gradle.kotlin.dsl.accessors._bcd9a993373509de50154c5485fe667f.java
import org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension

val javaVersion: String by project
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
javaVersion=25
mcVersion=1.21.11
group=dev.slne.surf
version=1.21.11-2.71.1
version=1.21.11-2.71.2
relocationPrefix=dev.slne.surf.surfapi.libs
snapshot=false
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ canvas-api = "1.21.11-R0.1-SNAPSHOT"
hytale-server = "1.0.0"

# Kolin
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in the section header: # Kolin should be # Kotlin for clarity/consistency.

Suggested change
# Kolin
# Kotlin

Copilot uses AI. Check for mistakes.
kotlinVersion = "2.3.10"
kotlinVersion = "2.3.20"
kotlinxCoroutines = "1.10.2"
kotlinx-serialization = "1.10.0"

Expand All @@ -22,8 +22,8 @@ commandapi = "11.1.0"
luckperms = "v5.5.0-bukkit"

# Scoreboard Library
scoreboard-library = "2.7.0"
scoreboard-library-implementation = "2.7.0"
scoreboard-library = "2.7.1"
scoreboard-library-implementation = "2.7.1"

# Adventure
adventure-api = "4.26.1"
Expand Down Expand Up @@ -70,7 +70,7 @@ bytebuddy = "1.18.7"

# Plugin versions
maven-repo-auth = "3.0.4"
shadow-gradle-plugin = "9.3.2"
shadow-gradle-plugin = "9.4.1"
run-paper-gradle-plugin = "3.0.2"
dokka = "2.1.0"

Expand Down
2 changes: 1 addition & 1 deletion surf-api-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
`kotlin-dsl`
`java-toolchain-convention`

id("com.gradle.plugin-publish") version "2.1.0"
id("com.gradle.plugin-publish") version "2.1.1"
kotlin("plugin.serialization")
idea
}
Expand Down
Loading