Skip to content

Commit

Permalink
chore: update papermc api version for [1.21.1 => 1.21.3]
Browse files Browse the repository at this point in the history
  • Loading branch information
devproje committed Dec 10, 2024
1 parent ea4f138 commit c5ae0d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ plugins {
}

group = "net.projecttl"
version = "4.6.0"
version = "4.6.1"

allprojects {
apply(plugin = "com.gradleup.shadow")
apply(plugin = "org.jetbrains.kotlin.jvm")
apply(plugin = "org.jetbrains.dokka")
apply(plugin = "org.jetbrains.kotlin.jvm")

java {
toolchain {
Expand All @@ -39,7 +39,7 @@ subprojects {

dependencies {
implementation(kotlin("stdlib"))
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")
if (this@subprojects.name != "InventoryGUI-api") {
dependencies {
implementation(project(":InventoryGUI-api"))
Expand Down

0 comments on commit c5ae0d4

Please sign in to comment.