Skip to content

Commit

Permalink
Use ASM9 API
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Sep 29, 2020
1 parent 5f71f4d commit df6e15d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ private InstrSupport() {
}

/** ASM API version */
public static final int ASM_API_VERSION = Opcodes.ASM8;
public static final int ASM_API_VERSION = Opcodes.ASM9;

// === Data Field ===

Expand Down

0 comments on commit df6e15d

Please sign in to comment.