Skip to content

Commit 4816f08

Browse files
committed
Enable playground 9.1.2
1 parent cd2e2d7 commit 4816f08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/common/CompilerManagerHook.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function loadScriptPromise(url) {
3232
}
3333

3434
var versions = [
35+
"v9.1.2",
3536
"v9.0.2",
3637
"v9.0.1",
3738
"v9.0.0",

src/common/CompilerManagerHook.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module LoadScript = {
3838
module CdnMeta = {
3939
// Make sure versions exist on https://cdn.rescript-lang.org
4040
// [0] = latest
41-
let versions = ["v9.0.2", "v9.0.1", "v9.0.0", "v8.4.2", "v8.3.0-dev.2"]
41+
let versions = ["v9.1.2", "v9.0.2", "v9.0.1", "v9.0.0", "v8.4.2", "v8.3.0-dev.2"]
4242

4343
let getCompilerUrl = (version: string): string =>
4444
j`https://cdn.rescript-lang.org/$version/compiler.js`

0 commit comments

Comments
 (0)