File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ anvil = "0.4.0-SNAPSHOT"
33kotlin = " 1.9.22"
44
55[libraries ]
6- adventure-bom = " net.kyori:adventure-bom:4.16 .0"
6+ adventure-bom = " net.kyori:adventure-bom:4.17 .0"
77anvil-core = { module = " org.anvilpowered:anvil-core" , version.ref = " anvil" }
88anvil-paper = { module = " org.anvilpowered:anvil-paper" , version.ref = " anvil" }
99anvil-velocity = { module = " org.anvilpowered:anvil-velocity" , version.ref = " anvil" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55dependencies {
66 implementation(project(" :ontime-core" ))
77 implementation(libs.anvil.velocity)
8- api(platform(" net.kyori:adventure-bom:4.16 .0" ))
8+ api(platform(" net.kyori:adventure-bom:4.17 .0" ))
99 api(" net.kyori:adventure-text-serializer-legacy" )
1010 api(" net.kyori:adventure-text-serializer-plain" )
1111 kapt(libs.velocity)
You can’t perform that action at this time.
0 commit comments