Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
Fix JEI in buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
TehNut committed Jan 24, 2016
1 parent 3ff9f6b commit ba182b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {
}

dependencies {
deobfCompile "mezz.jei:jei_1.8.8:${jei_version}"
deobfCompile "mezz.jei:jei_1.8.9:${jei_version}"

compile ("mcp.mobius.waila:Waila:${waila_version}_${mc_version}:dev") {
exclude group: 'mcp.mobius.waila'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mod_name=StabilityTooltip
package_group=info.tehnut.stable
mod_version=1.0.0
mc_version=1.8.8
mc_version=1.8.9
forge_version=latest
curse_id=239203

mappings_version=snapshot_20151222

jei_version=2.16.2.78
jei_version=2.22.3.105
waila_version=1.6.0-B3

0 comments on commit ba182b2

Please sign in to comment.