diff options
author | Jake Potrebic <[email protected]> | 2024-06-13 08:45:43 -0700 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2024-06-13 08:45:43 -0700 |
commit | 7fbb8278e70c1904e09f2144f0e3897468a4906f (patch) | |
tree | 29b32894108673952ea75c6ea4e476e015756e5d /README.md | |
parent | 79e2cb620ef03539390d97940824b38b707918f5 (diff) | |
download | Paper-7fbb8278e70c1904e09f2144f0e3897468a4906f.tar.gz Paper-7fbb8278e70c1904e09f2144f0e3897468a4906f.zip |
Finish API patches
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,7 +40,7 @@ How To (Plugin Developers) <dependency> <groupId>io.papermc.paper</groupId> <artifactId>paper-api</artifactId> - <version>1.20.6-R0.1-SNAPSHOT</version> + <version>1.21-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> ``` @@ -53,7 +53,7 @@ repositories { } dependencies { - compileOnly("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT") + compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT") } java { |