Skip to content

Commit ebb1833

Browse files
committed
update fawe version
1 parent f4dfaad commit ebb1833

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fawe/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<properties>
1515
<java.version>11</java.version>
1616
<mc.version>1.13.2-R0.1-SNAPSHOT</mc.version>
17+
<fawe.version>2.6.3</fawe.version>
1718
</properties>
1819

1920
<dependencies>
@@ -25,7 +26,7 @@
2526
<dependency>
2627
<groupId>com.fastasyncworldedit</groupId>
2728
<artifactId>FastAsyncWorldEdit-Core</artifactId>
28-
<version>2.4.9</version>
29+
<version>${fawe.version}</version>
2930
<scope>provided</scope>
3031
<exclusions>
3132
<exclusion>
@@ -37,7 +38,7 @@
3738
<dependency>
3839
<groupId>com.fastasyncworldedit</groupId>
3940
<artifactId>FastAsyncWorldEdit-Bukkit</artifactId>
40-
<version>2.4.9</version>
41+
<version>${fawe.version}</version>
4142
<scope>provided</scope>
4243
<exclusions>
4344
<exclusion>

0 commit comments

Comments
 (0)