This commit is contained in:
Ben Kerllenevich
2022-08-05 19:07:02 -04:00
parent 2f994e7194
commit 7e7693cb64
13 changed files with 40 additions and 40 deletions

View File

@@ -64,7 +64,7 @@ Maven
<dependency>
<groupId>org.purpurmc.purpur</groupId>
<artifactId>purpur-api</artifactId>
<version>1.19.1-R0.1-SNAPSHOT</version>
<version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
@@ -77,7 +77,7 @@ repositories {
```
```kotlin
dependencies {
compileOnly("org.purpurmc.purpur:purpur-api:1.19.1-R0.1-SNAPSHOT")
compileOnly("org.purpurmc.purpur:purpur-api:1.19.2-R0.1-SNAPSHOT")
}
```