diff --git a/build.gradle b/build.gradle index 304edf98..3a7a3d95 100644 --- a/build.gradle +++ b/build.gradle @@ -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"