Skip to content

Commit

Permalink
update SWT to the latest Java 11-compatible version, current 3.126.0 …
Browse files Browse the repository at this point in the history
…requires Java 17
  • Loading branch information
angryziber committed Jun 11, 2024
1 parent 9e86208 commit 6069b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ configurations {
}

dependencies {
def swtVersion = '3.122.0'
def swtVersion = '3.123.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}"
macX86 "org.eclipse.platform:org.eclipse.swt.cocoa.macosx.x86_64:${swtVersion}"
Expand Down

0 comments on commit 6069b1f

Please sign in to comment.