This commit is contained in:
Raoul Van den Berge
2016-08-09 00:15:55 +02:00
parent ac3c5e6efa
commit 7e1edec388
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'
version = "0.8.16"
version = "0.8.16-rc1"
group = "refinedstorage"
archivesBaseName = "refinedstorage"
@@ -45,7 +45,7 @@ repositories {
dependencies {
deobfCompile "mezz.jei:jei_1.10.2:3.7.+"
compile "net.darkhax.tesla:Tesla:1.10-1.2.+"
compile "net.industrial-craft:industrialcraft-2:2.6.27-ex110:api"
compile "net.industrial-craft:industrialcraft-2:2.6.37-ex110:api"
deobfCompile "MCMultiPart:MCMultiPart:1.2.+:universal"
}