Skip to content

Commit

Permalink
Upgrade to ASM 6.1
Browse files Browse the repository at this point in the history
This adds compatibility with Java 10.  References #69.  Changelog:

http://asm.ow2.org/history.html
  • Loading branch information
gaul committed Mar 12, 2018
1 parent 6cff18e commit a8de2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -245,7 +245,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asm.version>6.0</asm.version>
<asm.version>6.1</asm.version>
</properties>

<prerequisites>
Expand Down

0 comments on commit a8de2d3

Please sign in to comment.