File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ To use this framework as part of your Maven build simply add the following depen
1717<dependency >
1818 <groupId >com.dlsc.workbenchfx</groupId >
1919 <artifactId >workbenchfx-core</artifactId >
20- <version >8.0.2 </version >
20+ <version >8.0.3 </version >
2121</dependency >
2222```
2323
@@ -26,7 +26,7 @@ To use this framework as part of your Maven build simply add the following depen
2626<dependency >
2727 <groupId >com.dlsc.workbenchfx</groupId >
2828 <artifactId >workbenchfx-core</artifactId >
29- <version >11.0.2 </version >
29+ <version >11.0.3 </version >
3030</dependency >
3131```
3232
@@ -37,14 +37,14 @@ To use this framework as part of your gradle build simply add the following to y
3737### Java 8
3838``` groovy
3939dependencies {
40- compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '8.0.2 '
40+ compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '8.0.3 '
4141}
4242```
4343
4444### Java 11
4545``` groovy
4646dependencies {
47- compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '11.0.2 '
47+ compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '11.0.3 '
4848}
4949```
5050
You can’t perform that action at this time.
0 commit comments