Skip to content

Commit

Permalink
Update version number and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Jan 2, 2016
1 parent 16b3a1e commit d2564d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "4.7.0"
version = "4.7.1"
group= "com.buildcraft.additionalpipes" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "additionalpipes"

Expand All @@ -27,9 +27,9 @@ minecraft {
}

dependencies {
compile name: 'buildcraft', version: "7.1.5", classifier: "dev", ext: 'jar'
compile name: 'buildcraft-compat', version: "7.1.0", classifier: "dev", ext: 'jar'
compile files("lib/logisticspipes-0.9.3.52-dev.jar")
compile name: 'buildcraft', version: "7.1.14", classifier: "dev", ext: 'jar'
compile name: 'buildcraft-compat', version: "7.1.3", classifier: "dev", ext: 'jar'
compile files("lib/logisticspipes-0.9.3.70-dev.jar")
compile files("lib/OpenComputers-api.jar")
}

Expand Down
Binary file removed lib/buildcraft-compat-7.0.11.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d2564d5

Please sign in to comment.