mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-28 19:22:50 +01:00
SPIGOT-4398: Upgrade to ASM 6.2.1 for better Java 11 support
This commit is contained in:
parent
eea4387034
commit
4824655c89
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -42,7 +42,7 @@
|
|||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>6.2</version>
|
||||
<version>6.2.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue