Skip to content

Commit

Permalink
JIDE: build using latest version of JIDE library `com.formdev:jide-os…
Browse files Browse the repository at this point in the history
…s:3.7.11.1`
  • Loading branch information
DevCharly committed Mar 20, 2021
1 parent 891091c commit 60486fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flatlaf-jide-oss/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion flatlaf-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation( "com.jgoodies:jgoodies-forms:1.9.0" )
implementation( "org.swinglabs.swingx:swingx-all:1.6.5-1" )
implementation( "org.swinglabs.swingx:swingx-beaninfo:1.6.5-1" )
implementation( "com.jidesoft:jide-oss:3.6.18" )
implementation( "com.formdev:jide-oss:3.7.11.1" )
implementation( "com.glazedlists:glazedlists:1.11.0" )
implementation( "org.netbeans.api:org-openide-awt:RELEASE112" )

Expand Down

0 comments on commit 60486fd

Please sign in to comment.