9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

Update 1.19.1

This commit is contained in:
violetc
2022-08-02 21:45:57 +08:00
parent a941bf622d
commit 69018194e1
11 changed files with 38 additions and 42 deletions

View File

@@ -25,7 +25,7 @@ Leaves-API maven dependency:
<dependency>
<groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<version>1.19.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
@@ -35,7 +35,7 @@ Leaves-Server maven dependency:
<dependency>
<groupId>top.leavesmc.leaves</groupId>
<artifactId>leaves</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<version>1.19.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```