Skip to content

Commit

Permalink
Merge pull request #58 from unnamed/renovate/org.jetbrains-annotation…
Browse files Browse the repository at this point in the history
…s-23.x

fix(deps): update dependency org.jetbrains:annotations to v23.1.0
  • Loading branch information
yusshu authored Jul 2, 2024
2 parents 294d9ca + f5e972b commit 169f384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
description = "A resource-pack library for Minecraft: Java Edition."

dependencies {
compileOnlyApi("org.jetbrains:annotations:23.0.0")
compileOnlyApi("org.jetbrains:annotations:23.1.0")
api("net.kyori:adventure-key:4.9.3")
api("net.kyori:adventure-api:4.14.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")
Expand Down

0 comments on commit 169f384

Please sign in to comment.