summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGiovanni Harting <539@idlegandalf.com>2016-10-16 02:32:25 +0200
committerGiovanni Harting <539@idlegandalf.com>2016-10-16 02:32:25 +0200
commitc170c9d21d715e44d2a2536bc9048a4e6336cbe7 (patch)
tree76fca8c885ac289bf2121a1c87523cc2578e5d71 /build.gradle
parentcf3aa58fa18a4beedef4750ae5fbc05f6ca0b93c (diff)
updated deps
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 60e6409..458aa12 100644
--- a/build.gradle
+++ b/build.gradle
@@ -61,7 +61,7 @@ task buildInfo {
version = project.buildInfo.revision
minecraft {
- version = "1.10.2-12.18.1.2079"
+ version = "1.10.2-12.18.2.2107"
runDir = "run"
// the mappings can be changed at any time, and must be in the following format.
@@ -69,7 +69,7 @@ minecraft {
// stable_# stables are built at the discretion of the MCP team.
// Use non-default mappings at your own risk. they may not allways work.
// simply re-run your setup task after changing the mappings to update your workspace.
- mappings = "snapshot_20160911"
+ mappings = "snapshot_20161015"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
replace "${version}", project.version
@@ -86,7 +86,7 @@ dependencies {
deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.0.0.jenkins170:deobf"
//Old: deobfCompile "slimeknights.mantle:Mantle:1.9-0.10.0.jenkins132:deobf"
deobfCompile "mezz.jei:jei_1.10.2:3.9.3.252"
- deobfCompile "slimeknights:TConstruct:1.10.2-2.5.0.jenkins345:deobf"
+ deobfCompile "slimeknights:TConstruct:1.10.2-2.5.5.jenkins393:deobf"
//compile files('libs/TConstruct-1.9-2.3.1.DEV.1d4c1de-deobf.jar')
}