Skip to content

Commit

Permalink
Fix #166 hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
planetguy32 committed Aug 10, 2015
1 parent cca8c34 commit c8ffd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ compileScala {
}
dependencies {
compile 'codechicken:CodeChickenLib:1.7.10-1.1.1.106:dev'
compile 'codechicken:ForgeMultipart:1.7.10-1.1.0.314:dev'
compile 'codechicken:ForgeMultipart:1.7.10-1.2.0.345:dev'
//compile 'com.mod-buildcraft:buildcraft:7.0.17:dev'
compile files('libs')
compile group: 'com.googlecode.efficient-java-matrix-library', name: 'core', version: '0.26'
Expand All @@ -46,7 +46,7 @@ compileScala {
}


version = "2.8.2"
version = "2.8.3"
group= "me.planetguy.remaininmotion"
archivesBaseName = "RemainInMotion"

Expand Down

0 comments on commit c8ffd67

Please sign in to comment.