Skip to content

Commit

Permalink
Remove snapshot from build tho
Browse files Browse the repository at this point in the history
  • Loading branch information
xism4 committed Jun 16, 2024
1 parent 648f6fe commit c833cac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dependencies {
compileOnly(libs.spigot)
compileOnly(libs.placeholder)

compileOnly("net.kyori:adventure-text-minimessage:4.17.0-SNAPSHOT")
compileOnly("net.kyori:adventure-text-serializer-gson:4.17.0-SNAPSHOT")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.17.0-SNAPSHOT")
compileOnly("net.kyori:adventure-text-minimessage:4.17.0")
compileOnly("net.kyori:adventure-text-serializer-gson:4.17.0")
compileOnly("net.kyori:adventure-text-serializer-legacy:4.17.0")
implementation("com.github.BlueSlimeDev:NMSHandlerAPI:0.5.0")
implementation("com.alessiodp.libby:libby-bukkit:2.0.0-SNAPSHOT")

Expand Down

0 comments on commit c833cac

Please sign in to comment.