diff options
| author | 2020-04-22 22:57:51 +0100 | |
|---|---|---|
| committer | 2020-04-22 22:57:51 +0100 | |
| commit | f08d1d90b5df19699e097b24a07adfc1f9106dc8 (patch) | |
| tree | f0501b038c9cc4e31928252bc696cc653e8f81b3 | |
| parent | Fix darcula dependency (#226) (diff) | |
| download | enigma-f08d1d90b5df19699e097b24a07adfc1f9106dc8.tar.gz enigma-f08d1d90b5df19699e097b24a07adfc1f9106dc8.tar.xz enigma-f08d1d90b5df19699e097b24a07adfc1f9106dc8.zip | |
Update darcula to fix dark theme
| -rw-r--r-- | build.gradle | 4 |
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 | ||
| 7 | group = 'cuchaz' | 7 | group = 'cuchaz' |
| 8 | version = '0.15.2' | 8 | version = '0.15.3' |
| 9 | 9 | ||
| 10 | def generatedSourcesDir = "$buildDir/generated-src" | 10 | def 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 | ||