From 2d027a80fa52adf1dde409b3f112c465a79127db Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 7 Dec 2022 19:42:55 +0000 Subject: Update dependencies and Gradle --- enigma-swing/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'enigma-swing') diff --git a/enigma-swing/build.gradle b/enigma-swing/build.gradle index a4a13d88..fff4dafe 100644 --- a/enigma-swing/build.gradle +++ b/enigma-swing/build.gradle @@ -8,10 +8,10 @@ dependencies { implementation project(':enigma-server') implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' - implementation 'com.formdev:flatlaf:1.6.1' - implementation 'com.formdev:flatlaf-extras:1.6.1' // for SVG icons - implementation 'de.sciss:syntaxpane:1.2.0' - implementation 'com.github.lukeu:swing-dpi:0.9' + implementation 'com.formdev:flatlaf:2.6' + implementation 'com.formdev:flatlaf-extras:2.6' // for SVG icons + implementation 'de.sciss:syntaxpane:1.2.1' + implementation 'com.github.lukeu:swing-dpi:0.10' implementation 'org.drjekyll:fontchooser:2.5.2' } @@ -25,4 +25,4 @@ publishing { publication.from components.java } } -} +} \ No newline at end of file -- cgit v1.2.3