Skip to content

Commit 3e871a7

Browse files
committed
Update the cyano to the latest release
1 parent 47bbcf7 commit 3e871a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ dependencyResolutionManagement {
2626
version("junit", "5.12.2")
2727
version("junit.platform", "1.12.2")
2828
version("mockito", "5.17.0")
29-
version("cyano", "0.1.0")
29+
version("cyano", "0.1.1")
3030

3131
library("minestom","net.minestom", "minestom-snapshots").versionRef("minestom")
32-
library("cyano", "net.onelitefeather.cyano", "cyano").versionRef("cyano")
32+
library("cyano", "net.onelitefeather", "cyano").versionRef("cyano")
3333
library("adventure.minimessage", "net.kyori", "adventure-text-minimessage").versionRef("adventure")
3434

3535
// Junit libraries

0 commit comments

Comments
 (0)