Skip to content

Commit

Permalink
Pin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 committed Jan 17, 2022
1 parent b63fc3f commit cf53287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ whitelist.json
src/main/resources/mixins.*.json
*.bat
.DS_Store
/classes/
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ dependencies {
compileOnly("com.github.GTNewHorizons:CodeChickenLib:master-SNAPSHOT:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:NotEnoughItems:master-SNAPSHOT:dev") {
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.1.21-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForgeMultipart:master-SNAPSHOT:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:master-SNAPSHOT:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.17:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:inventory-tweaks:master-SNAPSHOT:api") {
Expand All @@ -19,7 +19,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:waila:master-SNAPSHOT:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Railcraft:master-SNAPSHOT:api") {
compileOnly("com.github.GTNewHorizons:Railcraft:9.13.4:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Jabba:master-SNAPSHOT:dev") {
Expand Down

0 comments on commit cf53287

Please sign in to comment.