We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e86208 commit 6069b1fCopy full SHA for 6069b1f
build.gradle
@@ -65,7 +65,7 @@ configurations {
65
}
66
67
dependencies {
68
- def swtVersion = '3.122.0'
+ def swtVersion = '3.123.0'
69
linux64 "org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64:${swtVersion}"
70
win64 "org.eclipse.platform:org.eclipse.swt.win32.win32.x86_64:${swtVersion}"
71
macX86 "org.eclipse.platform:org.eclipse.swt.cocoa.macosx.x86_64:${swtVersion}"
0 commit comments