Skip to content

Commit

Permalink
Merge pull request #13 from saeg/update/asm9
Browse files Browse the repository at this point in the history
Update ASM to version 9
  • Loading branch information
andrioli committed Sep 26, 2020
2 parents 2e502b6 + 27ce4d6 commit acded5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>8.0.1</version>
<version>9.0</version>
</dependency>
<dependency>
<groupId>br.usp.each.saeg</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
public class DefUseInterpreter extends Interpreter<Value> implements Opcodes {

public DefUseInterpreter() {
super(ASM8);
super(ASM9);
}

@Override
Expand Down

0 comments on commit acded5f

Please sign in to comment.