diff options
| author | 2021-06-27 10:17:46 +0100 | |
|---|---|---|
| committer | 2021-06-27 10:17:46 +0100 | |
| commit | 037a0c37b4e89d806939a4b2894664fcbbee3dc6 (patch) | |
| tree | 92bcc6c25dbfab0c58b669a7337bb3f5034fbc1d /enigma-swing | |
| parent | Bump version (diff) | |
| download | enigma-037a0c37b4e89d806939a4b2894664fcbbee3dc6.tar.gz enigma-037a0c37b4e89d806939a4b2894664fcbbee3dc6.tar.xz enigma-037a0c37b4e89d806939a4b2894664fcbbee3dc6.zip | |
Update dependencies
Should fix #403
Diffstat (limited to 'enigma-swing')
| -rw-r--r-- | enigma-swing/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle index 319f73a3..d1d03ee0 100644 --- a/enigma-swing/build.gradle +++ b/enigma-swing/build.gradle | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | plugins { | 1 | plugins { |
| 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 | ||
| 6 | dependencies { | 6 | dependencies { |
| @@ -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' |