deps: use specified allay-api version

This commit is contained in:
daoge_cmd
2024-12-17 12:31:03 +08:00
parent 9b6a503f31
commit 4222eef531

View File

@@ -13,7 +13,7 @@ object Versions {
const val caffeine = "3.1.8"
const val slf4j = "2.0.16"
object Internal {
const val shadow = "8.3.3"
const val apacheText = "1.12.0"
@@ -31,7 +31,7 @@ object Versions {
const val fabricAPI = "0.106.1+${Mod.minecraft}"
const val cloud = "2.0.0-beta.9"
}
//
// object Quilt {
// const val quiltLoader = "0.20.2"
// const val fabricApi = "7.3.1+0.89.3-1.20.1"
@@ -46,8 +46,9 @@ object Versions {
const val architecuryLoom = "1.7.413"
const val architecturyPlugin = "3.4.159"
}
}
//
// object Forge {
// const val forge = "${Mod.minecraft}-48.0.13"
// const val burningwave = "12.63.0"
@@ -64,19 +65,20 @@ object Versions {
const val paperWeight = "1.7.2"
const val cloud = "2.0.0-beta.10"
}
//
// object Sponge {
// const val sponge = "9.0.0-SNAPSHOT"
// const val mixin = "0.8.2"
// const val minecraft = "1.17.1"
// }
//
object CLI {
const val logback = "1.5.8"
const val picocli = "4.7.6"
}
object Allay {
const val api = "master-SNAPSHOT"
const val api = "920deb984d"
}
}