JIDE: build using latest version of JIDE library com.formdev:jide-oss:3.7.11.1

This commit is contained in:
Karl Tauber
2021-03-20 19:19:33 +01:00
parent 891091cebc
commit 60486fd880
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ dependencies {
implementation( project( ":flatlaf-core" ) )
// use compileOnly() because there are various JIDE libraries available on Maven Central
compileOnly( "com.jidesoft:jide-oss:3.6.18" )
compileOnly( "com.formdev:jide-oss:3.7.11.1" )
}
java {