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 f4dfaad commit ebb1833Copy full SHA for ebb1833
fawe/pom.xml
@@ -14,6 +14,7 @@
14
<properties>
15
<java.version>11</java.version>
16
<mc.version>1.13.2-R0.1-SNAPSHOT</mc.version>
17
+ <fawe.version>2.6.3</fawe.version>
18
</properties>
19
20
<dependencies>
@@ -25,7 +26,7 @@
25
26
<dependency>
27
<groupId>com.fastasyncworldedit</groupId>
28
<artifactId>FastAsyncWorldEdit-Core</artifactId>
- <version>2.4.9</version>
29
+ <version>${fawe.version}</version>
30
<scope>provided</scope>
31
<exclusions>
32
<exclusion>
@@ -37,7 +38,7 @@
37
38
39
40
<artifactId>FastAsyncWorldEdit-Bukkit</artifactId>
41
42
43
44
0 commit comments