We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcf45c commit c5a6f08Copy full SHA for c5a6f08
build.gradle
@@ -177,7 +177,7 @@ dependencies {
177
implementation('com.tobiasdiez:easybind:2.2.1-SNAPSHOT')
178
implementation 'org.fxmisc.flowless:flowless:0.7.2'
179
implementation 'org.fxmisc.richtext:richtextfx:0.11.2'
180
- implementation (group: 'com.dlsc.gemsfx', name: 'gemsfx', version: '2.2.0') {
+ implementation (group: 'com.dlsc.gemsfx', name: 'gemsfx', version: '2.4.0') {
181
exclude module: 'javax.inject' // Split package, use only jakarta.inject
182
exclude group: 'org.apache.logging.log4j'
183
}
0 commit comments