summaryrefslogtreecommitdiff
path: root/enigma-swing
diff options
context:
space:
mode:
Diffstat (limited to 'enigma-swing')
-rw-r--r--enigma-swing/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle
index ec7b4e23..d783e950 100644
--- a/enigma-swing/build.gradle
+++ b/enigma-swing/build.gradle
@@ -12,7 +12,7 @@ dependencies {
12 implementation 'com.formdev:flatlaf-extras:1.6.1' // for SVG icons 12 implementation 'com.formdev:flatlaf-extras:1.6.1' // for SVG icons
13 implementation 'de.sciss:syntaxpane:1.2.0' 13 implementation 'de.sciss:syntaxpane:1.2.0'
14 implementation 'com.github.lukeu:swing-dpi:0.9' 14 implementation 'com.github.lukeu:swing-dpi:0.9'
15 implementation 'org.drjekyll:fontchooser:2.4' 15 implementation 'org.drjekyll:fontchooser:2.5.2'
16} 16}
17 17
18mainClassName = 'cuchaz.enigma.gui.Main' 18mainClassName = 'cuchaz.enigma.gui.Main'