aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2022-06-08 16:24:55 +0200
committerNassim Jahnke <[email protected]>2022-06-08 16:24:55 +0200
commit1d5b298c19793068a60f176dff697f89e89fb56e (patch)
tree948555c28f6cb2fba274984c6aa6af0db5112a9c /README.md
parentb561fd8b25e7fbb858f8fdbfcb84c71af71a47b7 (diff)
downloadPaper-1d5b298c19793068a60f176dff697f89e89fb56e.tar.gz
Paper-1d5b298c19793068a60f176dff697f89e89fb56e.zip
More compilation error fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 83caa19025..b93f75694d 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ repositories {
}
dependencies {
- compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
+ compileOnly("io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT")
}
java {