From 586b414f188e738883eafbf17341eb0c435d5865 Mon Sep 17 00:00:00 2001 From: Kenneth VanderLinde Date: Thu, 1 Feb 2024 07:55:16 -0800 Subject: [PATCH] Update weisj/jsvg to 1.3.0 Version 1.3.0-jb.5 does not include the SVGLoader class that FlatLaf-extras depends on. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 84c8862f9d..c1b3ffc296 100644 --- a/build.gradle +++ b/build.gradle @@ -425,7 +425,7 @@ dependencies { implementation 'com.formdev:flatlaf:3.3' implementation 'com.formdev:flatlaf-intellij-themes:3.3' implementation 'com.formdev:flatlaf-extras:3.3' - implementation 'com.github.weisj:jsvg:1.3.0-jb.5' + implementation 'com.github.weisj:jsvg:1.3.0' implementation 'com.formdev:flatlaf-jide-oss:3.3' // JS support for macros