Skip to content

Commit 3324c44

Browse files
committed
Bump srgutils and asm
1 parent d1621bd commit 3324c44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencyResolutionManagement {
1515
// Main
1616
library('jopt-simple', 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3')
1717
library('securemodules', 'net.minecraftforge:securemodules:2.2.21')
18-
library('srgutils', 'net.minecraftforge:srgutils:0.5.11')
18+
library('srgutils', 'net.minecraftforge:srgutils:0.6.6')
1919
library('nulls', 'org.jetbrains:annotations:26.0.2') // Got to have our null annotations!
2020

2121
library('eclipse-jdt', 'org.eclipse.jdt:org.eclipse.jdt.core:3.40.0')
@@ -35,7 +35,7 @@ dependencyResolutionManagement {
3535
library('junit-platform-launcher', 'org.junit.platform:junit-platform-launcher:1.12.0')
3636
bundle('junit-runtime', ['junit-engine', 'junit-platform-launcher'])
3737

38-
version('asm', '9.7.1')
38+
version('asm', '9.9.1')
3939
library('asm', 'org.ow2.asm', 'asm' ).versionRef('asm')
4040
library('asm-tree', 'org.ow2.asm', 'asm-tree').versionRef('asm')
4141
bundle('asm', ['asm', 'asm-tree'])

0 commit comments

Comments
 (0)