use even newer SWT

This commit is contained in:
Anton Keks 2021-12-31 16:45:56 +02:00
parent 8698ba42f2
commit 711c754d2d

View File

@ -55,7 +55,7 @@ configurations {
}
dependencies {
def swtVersion = '3.117.0'
def swtVersion = '3.118.0'
linux64 "org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64:${swtVersion}"
win64 "org.eclipse.platform:org.eclipse.swt.win32.win32.x86_64:${swtVersion}"
win32 "org.eclipse.platform:org.eclipse.swt.win32.win32.x86:3.108.0"