Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmaEOF committed Jun 27, 2019
2 parents cbd5da0 + 3ca5565 commit d44bef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {
}

dependencies {
modCompile ("alexiil.mc.lib:libblockattributes:0.4.2") { transitive = false }
include ("alexiil.mc.lib:libblockattributes:0.4.2") { transitive = false }
modCompile "alexiil.mc.lib:libblockattributes-core:0.4.7"
include "alexiil.mc.lib:libblockattributes-core:0.4.7"

implementation "com.google.code.findbugs:jsr305:3.0.2"
}
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]
},
"requires": {
"libblockattributes": ">=0.3.0"
"libblockattributes-core": ">=0.4.7"
},
"custom": {
"modmenu:api": true
Expand Down

0 comments on commit d44bef9

Please sign in to comment.