Skip to content

Commit

Permalink
fix: Annotation with type value preventing creation of ClassPrinter
Browse files Browse the repository at this point in the history
Upstream blw did not handle wrapping type values
  • Loading branch information
Col-E committed Feb 24, 2024
1 parent 0912bea commit 60d2ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jasm-composition-jvm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
api 'com.github.Nowilltolife:blw:4c984e8c19'
api 'com.github.Nowilltolife:blw:9dd948b8c0'
implementation 'org.ow2.asm:asm:9.6'

api project(path: ':jasm-core')
Expand Down

0 comments on commit 60d2ec6

Please sign in to comment.