We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816560b commit dd74b29Copy full SHA for dd74b29
API/pom.xml
@@ -42,7 +42,7 @@
42
<dependency>
43
<groupId>org.inventivetalent.spiget-update</groupId>
44
<artifactId>bukkit</artifactId>
45
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
46
</dependency>
47
</dependencies>
48
pom.xml
@@ -15,7 +15,7 @@
15
<name>PacketListenerAPI</name>
16
17
<properties>
18
- <pl.version>3.9.6-SNAPSHOT</pl.version>
+ <pl.version>3.9.7-SNAPSHOT</pl.version>
19
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
<maven.compiler.source>11</maven.compiler.source>
21
<maven.compiler.target>11</maven.compiler.target>
0 commit comments