Skip to content

Commit

Permalink
update SWT once more
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Dec 18, 2022
1 parent 46acd3e commit f4c5b1f
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.121.0'
def swtVersion = '3.122.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 f4c5b1f

Please sign in to comment.