Skip to content

Commit 961b099

Browse files
committed
Update dependencies
1 parent 79fc167 commit 961b099

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
apply plugin: 'net.minecraftforge.gradle.forge'
1919
apply plugin: 'org.spongepowered.mixin'
2020

21-
version = '1.12.2-1.3.2'
21+
version = '1.12.2-1.3.3'
2222
group = 'mod.acgaming.extrasounds'
2323
archivesBaseName = 'ExtraSounds'
2424

@@ -65,9 +65,9 @@ repositories {
6565
}
6666

6767
dependencies {
68-
deobfCompile 'zone.rong:mixinbooter:5.0'
69-
deobfCompile 'curse.maven:had-enough-items-557549:3957880'
70-
deobfCompile 'com.cleanroommc:assetmover:0.2'
68+
deobfCompile 'zone.rong:mixinbooter:7.0'
69+
deobfCompile 'curse.maven:had-enough-items-557549:4083561'
70+
deobfCompile 'com.cleanroommc:assetmover:1.1'
7171
}
7272

7373
mixin {

src/main/java/mod/acgaming/extrasounds/ExtraSounds.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ExtraSounds
1717
{
1818
public static final String MODID = "extrasounds";
1919
public static final String NAME = "Extra Sounds";
20-
public static final String VERSION = "1.12.2-1.3.2";
20+
public static final String VERSION = "1.12.2-1.3.3";
2121
public static final String DEPENDENCIES = "required-after:mixinbooter;required-after:assetmover;after:jei;after:asmc;after:dsurround";
2222
public static final Logger LOGGER = LogManager.getLogger(NAME);
2323
public static boolean asmc = false;

0 commit comments

Comments
 (0)