Adventure 4.5.0

This commit is contained in:
Riley Park 2021-02-22 02:52:30 -08:00
parent 511cd52f02
commit a235c77ce7
No known key found for this signature in database
GPG key ID: D831AF236C834E45
4 changed files with 23 additions and 12 deletions

View file

@ -6,10 +6,10 @@ Subject: [PATCH] Use ASM for event executors.
Uses method handles for private or static methods.
diff --git a/pom.xml b/pom.xml
index a6565a93848213a39694dc84be75aebcc327b1b8..aa893ec821f7c54ecf430b4b95aa52ccbfebf898 100644
index 2a73ac313919c671dd6b6eafd3caa5d44ac14dc1..c43d7d6ef8f8e60e027cde33efceeca6ce98d233 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,17 @@
@@ -160,6 +160,17 @@
<version>9.0</version>
<scope>test</scope>
</dependency>