[CI-SKIP] Update API to 1.16.5 (#5067)
This commit is contained in:
parent
ce979b29be
commit
f792973c2a
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ How To (Plugin Developers)
|
|||
<dependency>
|
||||
<groupId>com.destroystokyo.paper</groupId>
|
||||
<artifactId>paper-api</artifactId>
|
||||
<version>1.16.4-R0.1-SNAPSHOT</version>
|
||||
<version>1.16.5-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
@ -54,7 +54,7 @@ repositories {
|
|||
* Artifact:
|
||||
```groovy
|
||||
dependencies {
|
||||
compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT'
|
||||
compileOnly 'com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue