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