Merge pull request #2187 from KamranMackey/6.1.x
Updated the example version under "Depending on Buildcraft" to 6.1.7.
This commit is contained in:
commit
59bc3c4be1
1 changed files with 3 additions and 3 deletions
|
@ -86,10 +86,10 @@ this repository will have to be rejected.
|
|||
|
||||
### Depending on BuildCraft
|
||||
|
||||
add the following to your build.gradle file
|
||||
Add the following to your build.gradle file:
|
||||
```
|
||||
dependencies {
|
||||
compile 'com.mod-buildcraft:buildcraft:6.0.8:dev'
|
||||
compile 'com.mod-buildcraft:buildcraft:6.1.78:dev'
|
||||
}
|
||||
```
|
||||
where `6.0.8` is the desired version of BuildCraft
|
||||
Where `6.1.7` is the desired version of BuildCraft.
|
||||
|
|
Loading…
Reference in a new issue