diff --git a/flatlaf-demo/build.gradle.kts b/flatlaf-demo/build.gradle.kts index d90bdae6..4803520b 100644 --- a/flatlaf-demo/build.gradle.kts +++ b/flatlaf-demo/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { implementation( project( ":flatlaf-core" ) ) implementation( "com.miglayout:miglayout-swing:5.2" ) implementation( "com.jgoodies:jgoodies-forms:1.9.0" ) - implementation( "guru.nidi.com.kitfox:svgSalamander:1.1.2" ) + implementation( "com.formdev:svgSalamander:1.1.2.1" ) } java {