Demo: use com.formdev:svgSalamander:1.1.2.1

This commit is contained in:
Karl Tauber
2019-10-08 10:11:11 +02:00
parent d0ac7867ae
commit 57c9ffc2ba

View File

@@ -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 {