summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index b4b71e6d..a3763bfb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ plugins {
5} 5}
6 6
7group = 'cuchaz' 7group = 'cuchaz'
8version = '0.15.2' 8version = '0.15.3'
9 9
10def generatedSourcesDir = "$buildDir/generated-src" 10def generatedSourcesDir = "$buildDir/generated-src"
11 11
@@ -51,7 +51,7 @@ dependencies {
51 implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' 51 implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3'
52 implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' 52 implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13'
53 implementation 'net.fabricmc:cfr:0.0.1' 53 implementation 'net.fabricmc:cfr:0.0.1'
54 implementation 'com.bulenkov:darcula:1.0.0.1' 54 implementation 'com.bulenkov:darcula:1.0.0-bobbylight'
55 implementation 'de.sciss:syntaxpane:1.2.0' 55 implementation 'de.sciss:syntaxpane:1.2.0'
56 implementation 'me.xdrop:fuzzywuzzy:1.2.0' 56 implementation 'me.xdrop:fuzzywuzzy:1.2.0'
57 57