From 8fdc45cbe96a88f63c51a017ce2762be39056772 Mon Sep 17 00:00:00 2001 From: bobbylight Date: Sat, 10 Jan 2026 11:41:28 -0500 Subject: [PATCH] Bump flatlaf to 3.7 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 43ce34d4..ed7a0d98 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation('com.fifesoft:spellchecker:3.4.1') implementation('com.fifesoft:languagesupport:3.4.1') - implementation 'com.formdev:flatlaf:3.6' + implementation 'com.formdev:flatlaf:3.7' implementation 'com.github.jtidy:jtidy:1.0.5' implementation 'org.apache.groovy:groovy-all:5.0.3'