Skip to content

Commit

Permalink
fix: anvilgui not working due to using spigot-mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed May 31, 2024
1 parent e601b77 commit 4c74d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ subprojects {
maven("https://erethon.de/repo/")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.codemc.io/repository/maven-snapshots/")
maven("https://repo.spaceio.xyz/repository/maven-snapshots/")
maven("https://jitpack.io")
maven("https://mvn.lumine.io/repository/maven-public/") { metadataSources { artifact() } }// MythicMobs
maven("https://repo.unnamed.team/repository/unnamed-public/")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
anvilgui = "1.9.2-SNAPSHOT"
anvilgui = "1.9.5-SNAPSHOT"
compose = "1.6.10"
coroutines = "1.8.1"
creative = "1.7.2"
Expand Down

0 comments on commit 4c74d28

Please sign in to comment.