From 8af7420740846f67ab02892bf0caab3a80a19280 Mon Sep 17 00:00:00 2001
From: mooz <63669478+mooziii@users.noreply.github.com>
Date: Thu, 2 Mar 2023 07:47:38 +0100
Subject: [PATCH] Use new paper repo url and bump version to 1.19 (#775)
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index a279e01..b4df9cd 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Waterfall requires **Java 8** or above.
```xml
papermc
- https://papermc.io/repo/repository/maven-public/
+ https://repo.papermc.io/repository/maven-public/
```
* Artifact information:
@@ -40,7 +40,7 @@ Waterfall requires **Java 8** or above.
io.github.waterfallmc
waterfall-api
- 1.18-R0.1-SNAPSHOT
+ 1.19-R0.1-SNAPSHOT
provided
```
@@ -51,14 +51,14 @@ Waterfall requires **Java 8** or above.
```groovy
repositories {
maven {
- url 'https://papermc.io/repo/repository/maven-public/'
+ url 'https://repo.papermc.io/repository/maven-public/'
}
}
```
* Artifact:
```groovy
dependencies {
- compileOnly 'io.github.waterfallmc:waterfall-api:1.18-R0.1-SNAPSHOT'
+ compileOnly 'io.github.waterfallmc:waterfall-api:1.19-R0.1-SNAPSHOT'
}
```