Skip to content

Commit

Permalink
Update dependency net.kyori:adventure-text-minimessage to v4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent 0abc794 commit 7b08488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation("com.github.Minestom", "Minestom", "6b8a4e4cc9") // minstom itself
implementation("com.google.code.gson:gson:2.10.1") // serializing
implementation("org.slf4j:slf4j-api:2.0.13") // logging
implementation("net.kyori:adventure-text-minimessage:4.16.0")// better components
implementation("net.kyori:adventure-text-minimessage:4.17.0")// better components
implementation("mysql:mysql-connector-java:8.0.33") //mysql connector
compileOnly("org.projectlombok:lombok:1.18.32") // lombok
annotationProcessor("org.projectlombok:lombok:1.18.32") // lombok
Expand Down

0 comments on commit 7b08488

Please sign in to comment.