Skip to content

Commit 84f6035

Browse files
authored
chore: update to velocity 3.5.0-SNAPSHOT (#1843)
### Motivation Velocity 3.4.0 development came to an end and development on velocity 3.5.0 started. As 3.5.0 contains fixes for new java versions and given the previous release cycles, we should update to 3.5.0. ### Modification Update velocity dependency and downloads to 3.5.0. ### Result We're depending on and downloading Velocity 3.5.0 instead of 3.4.0.
1 parent 207a828 commit 84f6035

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ logback = "1.5.25"
5858

5959
# platform api versions
6060
sponge = "9.0.0"
61-
velocity = "3.4.0-SNAPSHOT"
61+
velocity = "3.5.0-SNAPSHOT"
6262
waterdogpe = "1.2.4"
6363
nukkitX = "1.0-SNAPSHOT"
6464
minestom = "2026.01.08-1.21.11"

node/impl/src/main/resources/files/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
"cacheFiles": false,
884884
"properties": {
885885
"fetchOverPaperApi": true,
886-
"versionGroup": "3.4.0-SNAPSHOT"
886+
"versionGroup": "3.5.0-SNAPSHOT"
887887
}
888888
}
889889
]

0 commit comments

Comments
 (0)