mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 19:12:22 +01:00
SPIGOT-4398: Upgrade to ASM 6.2.1 for better Java 11 support
By: md_5 <git@md-5.net>
This commit is contained in:
parent
56743ea614
commit
381d01a8d2
1 changed files with 1 additions and 1 deletions
|
@ -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