Skip to content

Commit ab803db

Browse files
committed
Update Sidpatchy/MCShared
Should fix #44 unless there are more changes to Paper than I am aware of.
1 parent 9a6d471 commit ab803db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.hm.antiworldfly</groupId>
55
<artifactId>AntiWorldFly</artifactId>
6-
<version>2.5.3</version>
6+
<version>2.5.4</version>
77
<url>https://github.com/PyvesB/AntiWorldFly</url>
88
<name>AntiWorldFly</name>
99
<description>A Minecraft plugin to disable flying and chosen commands when joining or playing in specific worlds.</description>
@@ -23,8 +23,8 @@
2323
<artifactId>maven-compiler-plugin</artifactId>
2424
<version>3.8.1</version>
2525
<configuration>
26-
<source>1.7</source>
27-
<target>1.7</target>
26+
<source>1.8</source>
27+
<target>1.8</target>
2828
</configuration>
2929
</plugin>
3030
<plugin>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>com.hm.mcshared</groupId>
106106
<artifactId>MCShared</artifactId>
107-
<version>1.1.9</version>
107+
<version>1.1.11</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>com.sk89q.worldguard</groupId>

0 commit comments

Comments
 (0)