Skip to content

Commit 6069b1f

Browse files
committed
update SWT to the latest Java 11-compatible version, current 3.126.0 requires Java 17
1 parent 9e86208 commit 6069b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ configurations {
6565
}
6666

6767
dependencies {
68-
def swtVersion = '3.122.0'
68+
def swtVersion = '3.123.0'
6969
linux64 "org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64:${swtVersion}"
7070
win64 "org.eclipse.platform:org.eclipse.swt.win32.win32.x86_64:${swtVersion}"
7171
macX86 "org.eclipse.platform:org.eclipse.swt.cocoa.macosx.x86_64:${swtVersion}"

0 commit comments

Comments
 (0)