Bump dependencies

This commit is contained in:
drcrazy 2019-11-01 16:47:23 +03:00
parent 1b35ef88ee
commit 7d17823b55
2 changed files with 7 additions and 5 deletions

View file

@ -41,12 +41,14 @@ repositories {
}
maven {
name = 'curseforge'
// REI
url = 'https://minecraft.curseforge.com/api/maven'
}
maven {
url 'https://jitpack.io'
}
maven {
// LibCD
url 'http://server.bbkr.space:8081/artifactory/libs-release'
}
}
@ -72,18 +74,18 @@ group = 'TechReborn'
dependencies {
minecraft "com.mojang:minecraft:1.14.4"
mappings "net.fabricmc:yarn:1.14.4+build.2"
modCompile "net.fabricmc:fabric-loader:0.6.3+build.167"
mappings "net.fabricmc:yarn:1.14.4+build.9"
modCompile "net.fabricmc:fabric-loader:0.6.3+build.168"
//Fabric api
modCompile "net.fabricmc.fabric-api:fabric-api:0.4.1+build.245-1.14"
modCompile "io.github.prospector:modmenu:1.7.9+build.118"
modCompile ("me.shedaniel:RoughlyEnoughItems:3.0-pre+build.3") {
modCompile ("me.shedaniel:RoughlyEnoughItems:3.1.8+build.35") {
//Thanks for moving the project breaking gradle...
exclude group: 'io.github.prospector.modmenu', module: 'ModMenu'
}
modCompile ('io.github.cottonmc:LibCD:1.3.3+1.14.4') {
modCompile ('io.github.cottonmc:LibCD:1.5.0+1.14.4') {
transitive = false
}
modRuntime ("io.github.cottonmc:Jankson:1.0.0+j1.1.2") {

View file

@ -27,7 +27,7 @@
]
},
"depends": {
"fabricloader": ">=0.4.0",
"fabricloader": ">=0.6.3",
"fabric": "*",
"reborncore": "*"
},