Skip to content
This repository has been archived by the owner on Jul 1, 2018. It is now read-only.

Commit

Permalink
Change dependencies slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Nov 5, 2015
1 parent f565762 commit 6394fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/scripts/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ dependencies {
compile "codechicken:CodeChickenLib:${project.mc_version}-${project.ccl_version}:dev"
compile "codechicken:NotEnoughItems:${project.mc_version}-${project.nei_version}:dev"
compile "codechicken:CodeChickenCore:${project.mc_version}-${project.ccc_version}:dev"
compile "com.austinv11.collectiveframework:CollectiveFramework:${project.collectiveframework_verion}:deobf"
compile "com.austinv11.peripheralsplusplus:PeripheralsPlusPlus:${project.peripheralspp_version}:deobf"
packaged "com.austinv11.collectiveframework:CollectiveFramework:${project.collectiveframework_verion}:deobf"
packaged "com.austinv11.peripheralsplusplus:PeripheralsPlusPlus:${project.peripheralspp_version}:deobf"

packaged "CoFHLib:CoFHLib:[${project.mc_version}]${project.cofhlib_version}-dev:jar"
packaged "net.industrial-craft:industrialcraft-2:${project.api_ic2_version}:api"
Expand Down

0 comments on commit 6394fb7

Please sign in to comment.