Skip to content

Commit 4126e11

Browse files
authored
[ci skip] Update readme versions
1 parent 16fd59e commit 4126e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ How To (Plugin Developers)
4040
<dependency>
4141
<groupId>io.papermc.paper</groupId>
4242
<artifactId>paper-api</artifactId>
43-
<version>1.21.5-R0.1-SNAPSHOT</version>
43+
<version>1.21.6-R0.1-SNAPSHOT</version>
4444
<scope>provided</scope>
4545
</dependency>
4646
```
@@ -53,7 +53,7 @@ repositories {
5353
}
5454

5555
dependencies {
56-
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
56+
compileOnly("io.papermc.paper:paper-api:1.21.6-R0.1-SNAPSHOT")
5757
}
5858

5959
java {

0 commit comments

Comments
 (0)