Skip to content

Commit b3d5945

Browse files
committed
update JsShell
1 parent 823e814 commit b3d5945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ benchmark {
214214

215215
/////////////////////////
216216

217-
val jsShellDirectory = "https://archive.mozilla.org/pub/firefox/releases/134.0.2/jsshell"
217+
val jsShellDirectory = "https://archive.mozilla.org/pub/firefox/releases/144.0b2/jsshell"
218218
val jsShellSuffix = when (currentOsType) {
219219
OsType(OsName.LINUX, OsArch.X86_32) -> "linux-i686"
220220
OsType(OsName.LINUX, OsArch.X86_64) -> "linux-x86_64"

0 commit comments

Comments
 (0)