Skip to content

Commit

Permalink
misc: update paper version
Browse files Browse the repository at this point in the history
  • Loading branch information
DebitCardz committed Nov 27, 2023
1 parent 8b9e603 commit 0646b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val githubActor = project.findProperty("gpr.user") as String? ?: System.getenv("
val githubToken = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")

group = "me.tech"
version = "1.4.0"
version = "1.4.1"

repositories {
mavenCentral()
Expand All @@ -18,7 +18,7 @@ repositories {

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.20")
compileOnly("io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT")
}

java {
Expand Down

0 comments on commit 0646b4c

Please sign in to comment.