summaryrefslogtreecommitdiff
path: root/enigma-swing
diff options
context:
space:
mode:
authorGravatar modmuss502021-06-27 10:17:46 +0100
committerGravatar modmuss502021-06-27 10:17:46 +0100
commit037a0c37b4e89d806939a4b2894664fcbbee3dc6 (patch)
tree92bcc6c25dbfab0c58b669a7337bb3f5034fbc1d /enigma-swing
parentBump version (diff)
downloadenigma-fork-037a0c37b4e89d806939a4b2894664fcbbee3dc6.tar.gz
enigma-fork-037a0c37b4e89d806939a4b2894664fcbbee3dc6.tar.xz
enigma-fork-037a0c37b4e89d806939a4b2894664fcbbee3dc6.zip
Update dependencies
Should fix #403
Diffstat (limited to 'enigma-swing')
-rw-r--r--enigma-swing/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle
index 319f73a..d1d03ee 100644
--- a/enigma-swing/build.gradle
+++ b/enigma-swing/build.gradle
@@ -1,6 +1,6 @@
1plugins { 1plugins {
2 id 'application' 2 id 'application'
3 id 'com.github.johnrengelman.shadow' version '5.2.0' 3 id 'com.github.johnrengelman.shadow' version '7.0.0'
4} 4}
5 5
6dependencies { 6dependencies {
@@ -8,8 +8,8 @@ dependencies {
8 implementation project(':enigma-server') 8 implementation project(':enigma-server')
9 9
10 implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' 10 implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3'
11 implementation 'com.formdev:flatlaf:1.0' 11 implementation 'com.formdev:flatlaf:1.2'
12 implementation 'com.formdev:flatlaf-extras:1.0' // for SVG icons 12 implementation 'com.formdev:flatlaf-extras:1.2' // 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.4'