mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 02:20:57 +00:00
feat: use allay-api 0.12.0
This commit is contained in:
@@ -57,12 +57,6 @@ fun Project.configureDependencies() {
|
||||
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") {
|
||||
name = "Sonatype Snapshots"
|
||||
}
|
||||
// maven("https://repo.opencollab.dev/maven-releases/") {
|
||||
// name = "OpenCollab Releases"
|
||||
// }
|
||||
// maven("https://repo.opencollab.dev/maven-snapshots/") {
|
||||
// name = "OpenCollab Snapshots"
|
||||
// }
|
||||
maven("https://storehouse.okaeri.eu/repository/maven-public/") {
|
||||
name = "Okaeri"
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@ object Versions {
|
||||
}
|
||||
|
||||
object Allay {
|
||||
const val api = "0.12.0-SNAPSHOT"
|
||||
const val api = "0.12.0"
|
||||
const val gson = "2.13.1"
|
||||
|
||||
const val mappings = "8002ed6"
|
||||
|
||||
Reference in New Issue
Block a user