diff --git a/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll b/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll index adf0f118f9..6e0d9d93ef 100644 --- a/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll +++ b/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7d46b0936c95ea933afb68d5345011ba36791a4268918952628adb11683688c -size 136088 +oid sha256:184574b9c36b044888644fc1f2b19176e0e76ccc3ddd2f0a5f0d618c88661f86 +size 141224 diff --git a/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Edge.java b/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Edge.java index deec1ba155..84925b9f75 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Edge.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/Edge.java @@ -32,7 +32,7 @@ class Edge extends WebBrowser { } // WebView2Loader.dll compatible version. This is NOT the minimal required version. - static final String SDK_TARGET_VERSION = "89.0.721.0"; + static final String SDK_TARGET_VERSION = "99.0.1150.38"; // Display.getData() keys static final String APPLOCAL_DIR_KEY = "org.eclipse.swt.internal.win32.appLocalDir";