We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97a92a0 + 277b3ae commit 0aaf60eCopy full SHA for 0aaf60e
2 files changed
gradle/libs.versions.toml
@@ -43,7 +43,7 @@ commons-lang3 = "3.20.0"
43
commons-text = "1.15.0"
44
commons-math4-core = "4.0-beta1"
45
commons-math3 = "3.6.1"
46
-plugin-yml-paper = "0.8.0"
+plugin-yml-paper = "0.9.0"
47
spongepowered-math = "2.0.1"
48
fastutil = "8.5.18"
49
okhttp = "5.3.2"
surf-api-gradle-plugin/build.gradle.kts
@@ -21,7 +21,7 @@ plugins {
21
group = groupId
22
version = buildString {
23
append(mcVersion)
24
- append("-2.0.0")
+ append("-2.0.1")
25
if (snapshot) append("-SNAPSHOT")
26
}
27
0 commit comments