Bump API ASM version to follow server

This commit is contained in:
Shane Freeder
2020-04-30 22:00:55 +01:00
parent 9c8d3fce12
commit 964408d7d9
2 changed files with 20 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml
index 186405ba..1b6204ed 100644
index 186405ba..9975ba9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -0,0 +0,0 @@
@@ -86,6 +86,13 @@ index 186405ba..1b6204ed 100644
<dependency>
<groupId>com.google.guava</groupId>
@@ -0,0 +0,0 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
- <version>7.3.1</version>
+ <version>8.0.1</version> <!-- Paper -->
<scope>test</scope>
</dependency>
</dependencies>
<build>