We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823e814 commit b3d5945Copy full SHA for b3d5945
build.gradle.kts
@@ -214,7 +214,7 @@ benchmark {
214
215
/////////////////////////
216
217
-val jsShellDirectory = "https://archive.mozilla.org/pub/firefox/releases/134.0.2/jsshell"
+val jsShellDirectory = "https://archive.mozilla.org/pub/firefox/releases/144.0b2/jsshell"
218
val jsShellSuffix = when (currentOsType) {
219
OsType(OsName.LINUX, OsArch.X86_32) -> "linux-i686"
220
OsType(OsName.LINUX, OsArch.X86_64) -> "linux-x86_64"
0 commit comments