mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2025-03-23 07:40:16 +08:00
Update README for 1.11.3
This commit is contained in:
parent
5df0d4a857
commit
fba5d5ef4c
@ -24,7 +24,7 @@ To use reflectasm with maven, please use the following snippet in your pom.xml
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.esotericsoftware</groupId>
|
<groupId>com.esotericsoftware</groupId>
|
||||||
<artifactId>reflectasm</artifactId>
|
<artifactId>reflectasm</artifactId>
|
||||||
<version>1.11.2</version>
|
<version>1.11.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ If you already have asm in a different version (than the one pulled in by reflec
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.esotericsoftware</groupId>
|
<groupId>com.esotericsoftware</groupId>
|
||||||
<artifactId>reflectasm</artifactId>
|
<artifactId>reflectasm</artifactId>
|
||||||
<version>1.11.2</version>
|
<version>1.11.3</version>
|
||||||
<classifier>shaded</classifier>
|
<classifier>shaded</classifier>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
Loading…
Reference in New Issue
Block a user