bscv/gradle/libs.versions.toml

22 lines
947 B
TOML
Raw Normal View History

[versions]
forgeGradle = "5.1.+"
gitVersion = "0.13.0"
minecraft = "1.16.5"
forge = "1.16.5-36.2.34"
autoService = "1.0.1"
2023-03-18 17:54:03 +01:00
lillero = "0.3.4"
lilleroProcessor = "0.3.0"
2023-03-02 10:43:58 +01:00
checkerFramework = "0.6.24"
[plugins]
forgeGradle = { id = "net.minecraftforge.gradle", version.ref = "forgeGradle" }
gitVersion = { id = "com.palantir.git-version", version.ref = "gitVersion" }
2023-03-02 10:43:58 +01:00
checkerFramework = { id = "org.checkerframework", version.ref = "checkerFramework"}
[libraries]
minecraftForge = { group = "net.minecraftforge", name = "forge", version.ref = "forge" }
autoService = { group = "com.google.auto.service", name = "auto-service", version.ref = "autoService" }
autoServiceAnnotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "autoService" }
lillero = { group = "ftbsc", name = "lll", version.ref = "lillero" }
2023-03-13 03:19:12 +01:00
lilleroProcessor = { group = "ftbsc.lll", name = "processor", version.ref = "lilleroProcessor" }