summaryrefslogtreecommitdiff
path: root/enigma-swing
diff options
context:
space:
mode:
authorGravatar modmuss502021-11-17 11:38:32 +0000
committerGravatar GitHub2021-11-17 11:38:32 +0000
commit0e8a076d39c0fa7101cd724e0e96516b7e01238b (patch)
tree5e319d15f43e18ea52e49c585001663b6577a575 /enigma-swing
parentDon't drop none root method mappings that have args/local mappings. (#434) (diff)
downloadenigma-0e8a076d39c0fa7101cd724e0e96516b7e01238b.tar.gz
enigma-0e8a076d39c0fa7101cd724e0e96516b7e01238b.tar.xz
enigma-0e8a076d39c0fa7101cd724e0e96516b7e01238b.zip
Update deps & Java 17 (#435)
* Update deps * Java 17
Diffstat (limited to 'enigma-swing')
-rw-r--r--enigma-swing/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle
index 979dc25b..ec7b4e23 100644
--- a/enigma-swing/build.gradle
+++ b/enigma-swing/build.gradle
@@ -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.2' 11 implementation 'com.formdev:flatlaf:1.6.1'
12 implementation 'com.formdev:flatlaf-extras:1.2' // 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.4'