@@ -7,13 +7,15 @@ errorprone = "2.27.1"
77
88cloud = " 2.0.0"
99cloudMinecraft = " 2.0.0-beta.10"
10+ geantyref = " 1.3.16"
1011
1112immutables = " 2.10.1"
1213
1314minecraft = " 1.21.3"
1415fabricLoader = " 0.16.9"
1516fabricApi = " 0.110.0+1.21.3"
1617fabricPermissionsApi = " 0.3.3"
18+ neoforge = " 21.3.56"
1719
1820[libraries ]
1921cloud-build-logic = { module = " org.incendo:cloud-build-logic" , version.ref = " cloud-build-logic" }
@@ -23,6 +25,8 @@ errorproneCore = { group = "com.google.errorprone", name = "error_prone_core", v
2325cloud-bom = { module = " org.incendo:cloud-bom" , version.ref = " cloud" }
2426cloud-minecraft-bom = { module = " org.incendo:cloud-minecraft-bom" , version.ref = " cloudMinecraft" }
2527cloud-core = { module = " org.incendo:cloud-core" , version.ref = " cloud" }
28+ cloud-services = { module = " org.incendo:cloud-services" , version.ref = " cloud" }
29+ geantyref = { group = " io.leangen.geantyref" , name = " geantyref" , version.ref = " geantyref" }
2630cloud-brigadier = { module = " org.incendo:cloud-brigadier" , version.ref = " cloudMinecraft" }
2731cloud-minecraft-signed-arguments = { module = " org.incendo:cloud-minecraft-signed-arguments" , version.ref = " cloudMinecraft" }
2832adventureApi = { group = " net.kyori" , name = " adventure-api" , version = " 4.15.0" }
@@ -39,7 +43,8 @@ fabricApi-networking-api-v1 = { module = "net.fabricmc.fabric-api:fabric-network
3943fabricApi-lifecycle-events-v1 = { module = " net.fabricmc.fabric-api:fabric-lifecycle-events-v1" }
4044fabricPermissionsApi = { group = " me.lucko" , name = " fabric-permissions-api" , version.ref = " fabricPermissionsApi" }
4145
42- neoForge = " net.neoforged:neoforge:21.3.56"
46+ # For renovate
47+ zNeoForge = { module = " net.neoforged:neoforge" , version.ref = " neoforge" }
4348
4449[plugins ]
4550cloud-buildLogic-spotless = { id = " org.incendo.cloud-build-logic.spotless" , version.ref = " cloud-build-logic" }
0 commit comments