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 47bbcf7 commit 3e871a7Copy full SHA for 3e871a7
settings.gradle.kts
@@ -26,10 +26,10 @@ dependencyResolutionManagement {
26
version("junit", "5.12.2")
27
version("junit.platform", "1.12.2")
28
version("mockito", "5.17.0")
29
- version("cyano", "0.1.0")
+ version("cyano", "0.1.1")
30
31
library("minestom","net.minestom", "minestom-snapshots").versionRef("minestom")
32
- library("cyano", "net.onelitefeather.cyano", "cyano").versionRef("cyano")
+ library("cyano", "net.onelitefeather", "cyano").versionRef("cyano")
33
library("adventure.minimessage", "net.kyori", "adventure-text-minimessage").versionRef("adventure")
34
35
// Junit libraries
0 commit comments