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

This commit is contained in:
Karl Tauber
2021-06-29 22:58:42 +02:00
parent f1f7a2e7b6
commit 511dd02107
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.formdev:jide-oss:3.7.11.1" )
compileOnly( "com.formdev:jide-oss:3.7.12" )
}
java {