Use `1.18-R0.1-SNAPSHOT` instead of `1.18` in `NMS-v1_18_R1` module

This commit is contained in:
Christian Koop 2022-12-25 22:49:26 +01:00
parent 6aa9178321
commit d939489861
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
# Build remapped Spigot versions
- uses: SpraxDev/Action-SpigotMC@v4
with:
versions: 1.18.2, 1.19, 1.19.2
versions: 1.18, 1.18.2, 1.19, 1.19.2
remapped: true
# Build project

View File

@ -35,7 +35,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.18</version>
<version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>