mirror of
https://github.com/MinecraftForge/MinecraftForge
synced 2026-08-22 04:26:10 -04:00
Update ASM version from 9.7.1 to 9.8
This commit is contained in:
parent
e2a81d278c
commit
fe8684891c
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ dependencyResolutionManagement {
|
|||
library('bootstrap-shim', 'net.minecraftforge', 'bootstrap-shim').versionRef('bootstrap')
|
||||
|
||||
// ASM it's used for so many of our hacks
|
||||
version('asm', '9.7.1')
|
||||
version('asm', '9.8')
|
||||
library('asm', 'org.ow2.asm', 'asm' ).versionRef('asm')
|
||||
library('asm-tree', 'org.ow2.asm', 'asm-tree' ).versionRef('asm')
|
||||
library('asm-util', 'org.ow2.asm', 'asm-util' ).versionRef('asm')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue