We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077bb9f commit c67ec2aCopy full SHA for c67ec2a
settings.gradle.kts
@@ -28,13 +28,13 @@ dependencyResolutionManagement {
28
}
29
versionCatalogs {
30
create("libs") {
31
- version("aves", "1.8.0")
+ version("aves", "1.9.0")
32
version("publishdata", "1.4.0")
33
- version("bom", "1.2.3")
+ version("bom", "1.3.0")
34
35
library("mycelium.bom", "net.onelitefeather", "mycelium-bom").versionRef("bom")
36
37
- library("minestom","net.minestom", "minestom-snapshots").withoutVersion()
+ library("minestom","net.minestom", "minestom").withoutVersion()
38
library("cyano", "net.onelitefeather", "cyano").withoutVersion()
39
40
library("aves", "net.theevilreaper", "aves").versionRef("aves")
0 commit comments