We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3fe14 commit 40c4539Copy full SHA for 40c4539
3 files changed
.github/builders/build.gradle
@@ -9,7 +9,7 @@ plugins {
9
ext {
10
SpigotAPI = "1.21.4-R0.1-SNAPSHOT"
11
AuthLib = "1.5.26"
12
-WorldEdit = "7.4.2"
+WorldEdit = "7.4.3"
13
FAWE = "2.15.1"
14
Chunky = "1.4.57"
15
VaultAPI = "1.7.1"
.github/builders/pom.xml
@@ -12,7 +12,7 @@
<!-- Dependencies -->
<SpigotAPI>1.21.4-R0.1-SNAPSHOT</SpigotAPI>
<AuthLib>1.5.26</AuthLib>
- <WorldEdit>7.4.2</WorldEdit>
+ <WorldEdit>7.4.3</WorldEdit>
16
<FAWE>2.15.1</FAWE>
17
<VaultAPI>1.7.1</VaultAPI>
18
<PlaceholderAPI>2.12.2</PlaceholderAPI>
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
spigotapi = "1.21.4-R0.1-SNAPSHOT"
3
authlib = "1.5.26"
4
-worldedit = "7.4.2"
+worldedit = "7.4.3"
5
fawe = "2.15.1"
6
chunky = "1.4.57"
7
vaultapi = "1.7.1"
0 commit comments