change around some things

This commit is contained in:
biglyderv 2025-01-17 22:29:04 -05:00
parent 3b5a958fa6
commit 8d2f4e0039
5 changed files with 47 additions and 83 deletions

View file

@ -28,7 +28,7 @@ dependencies {
// This dependency is used by the application.
implementation(libs.guava)
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
}
// Apply a specific Java toolchain to ease working on different environments.