We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bff1c commit 9d94d93Copy full SHA for 9d94d93
build.gradle
@@ -36,7 +36,7 @@ repositories {
36
}
37
38
dependencies {
39
- compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
+ compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
40
41
42
def targetJavaVersion = 21
src/main/resources/paper-plugin.yml
@@ -2,7 +2,7 @@ name: ConfigAPI
2
version: "${version}"
3
main: me.gaminglounge.configapi.ConfigAPI
4
description: Plugin to handel configuration and different languages.
5
-api-version: "1.21.4"
+api-version: "1.21.8"
6
authors:
7
- "Jon1Games"
8
- "gkram"
0 commit comments