Skip to content

Commit

Permalink
⬆️ update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XiYang6666 committed Jun 9, 2024
1 parent 45602cb commit 020a5e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.20-R0.1-SNAPSHOT")
compileOnly("dev.jorel:commandapi-bukkit-core:9.4.2")
compileOnly("de.tr7zw:item-nbt-api-plugin:2.9.1")
compileOnly("net.kyori:adventure-text-minimessage:4.17.0") {}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: HashBook
version: '${version}'
main: xyz.xasmc.hashbook.HashBook
api-version: '1.18'
api-version: '1.20'

depend:
- CommandAPI
Expand Down

0 comments on commit 020a5e7

Please sign in to comment.