Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated nbt api #51

Merged
merged 2 commits into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ allprojects {

dependencies {
// Dependencies that we want to shade in
implementation("com.github.cryptomorin:XSeries:9.4.0") { isTransitive = false }
implementation("com.github.cryptomorin:XSeries:9.8.0") { isTransitive = false }

// Other dependencies that are not required or already available at runtime
compileOnly("org.jetbrains:annotations:24.0.1")
Expand Down Expand Up @@ -64,4 +64,4 @@ publishing {
publications.create<MavenPublication>("maven") {
from(components["java"])
}
}
}
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
// Dependencies that we want to shade in
implementation("de.tr7zw:item-nbt-api:2.12.0")
implementation("de.tr7zw:item-nbt-api:2.12.2")
implementation("com.iridium:IridiumColorAPI:1.0.6")
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")
implementation("com.fasterxml.jackson.core:jackson-core:2.14.2")
Expand Down
Loading