From 037a0c37b4e89d806939a4b2894664fcbbee3dc6 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sun, 27 Jun 2021 10:17:46 +0100 Subject: Update dependencies Should fix #403 --- enigma-swing/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'enigma-swing') 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 @@ plugins { id 'application' - id 'com.github.johnrengelman.shadow' version '5.2.0' + id 'com.github.johnrengelman.shadow' version '7.0.0' } dependencies { @@ -8,8 +8,8 @@ dependencies { implementation project(':enigma-server') implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' - implementation 'com.formdev:flatlaf:1.0' - implementation 'com.formdev:flatlaf-extras:1.0' // for SVG icons + implementation 'com.formdev:flatlaf:1.2' + implementation 'com.formdev:flatlaf-extras:1.2' // for SVG icons implementation 'de.sciss:syntaxpane:1.2.0' implementation 'com.github.lukeu:swing-dpi:0.9' implementation 'org.drjekyll:fontchooser:2.4' -- cgit v1.2.3