Skip to content

Commit

Permalink
Upgrade bytebuddy and ASM (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
coder17934 authored and JoeHegarty committed May 26, 2019
1 parent a282147 commit ed58e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<name>EA Async-Await</name>

<properties>
<asm.version>7.0</asm.version>
<asm.version>7.1</asm.version>
</properties>

<build>
Expand Down Expand Up @@ -133,7 +133,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.8.12</version>
<version>1.9.13</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit ed58e1c

Please sign in to comment.