Skip to content

Commit 2199c13

Browse files
committed
Update metadata and velocity api
1 parent 949ba5f commit 2199c13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/build-logic/src/main/kotlin/minimotd.build-logic.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hangarPublish.publications.register("plugin") {
2727
}
2828
waterfall {
2929
jar.set(jar("bungeecord"))
30-
platformVersions.addAll("1.20")
30+
platformVersions.addAll("1.21")
3131
}
3232
}
3333
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fabricApi = "0.107.0+1.21.3"
2626
fabricLoader = "0.16.7"
2727
minecraft = "1.21.3"
2828
spongeApi7 = "7.2.0"
29-
velocityApi = "3.3.0-SNAPSHOT"
29+
velocityApi = "3.4.0-SNAPSHOT"
3030
jupiterEngine = "5.11.3"
3131

3232
[libraries]

0 commit comments

Comments
 (0)