Skip to content

Commit

Permalink
Use Minecraft version 1.19 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Füllgraf authored Jun 25, 2022
1 parent 9ce702a commit 5e8e2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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'
compileOnly 'me.clip:placeholderapi:2.11.1'
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ main: net.simplyvanilla.simplychat.SimplyChatPlugin
name: SimplyChat
description: A simple no frills/thrills chat & reply formatter with papi support.
version: @version@
api-version: 1.18
api-version: 1.19

author: Simply Vanilla
website: https://github.com/SimplyVanilla/SimplyChat
Expand Down

0 comments on commit 5e8e2de

Please sign in to comment.