Updated dependence version in README.md

This commit is contained in:
M2ke4U
2023-12-24 12:16:02 +08:00
parent 299cc10748
commit e400a4f904

View File

@@ -26,7 +26,7 @@ To build a paperclip jar, you need to run the following command. You can find th
For gradle:
```kotlin
dependencies {
compileOnly("me.earthme.luminol:luminol-api:1.20.2-R0.1-SNAPSHOT")
compileOnly("me.earthme.luminol:luminol-api:1.20.4-R0.1-SNAPSHOT")
}
```
For maven
@@ -34,6 +34,6 @@ For maven
<dependency>
<groupId>me.earthme.luminol</groupId>
<artifactId>luminol-api</artifactId>
<version>1.20.2-R0.1-SNAPSHOT</version>
<version>1.20.4-R0.1-SNAPSHOT</version>
</dependency>
```