Skip to content

Commit

Permalink
[CI-SKIP] Update API to 1.16.5 (PaperMC#5067)
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya authored Jan 16, 2021
1 parent ce979b2 commit f792973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```
Expand All @@ -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'
}
```

Expand Down

0 comments on commit f792973

Please sign in to comment.