Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 7ea7a11

Browse files
Change sandbox js links to 3.7.2
1 parent 9301070 commit 7ea7a11

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

sandbox-next/tyrianapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { TyrianApp } from "./.js/target/scala-3.7.1/sandbox-next-fastopt/main.js";
1+
import { TyrianApp } from "./.js/target/scala-3.7.2/sandbox-next-fastopt/main.js";
22

33
TyrianApp.launch("myapp");

sandbox-ui/tyrianapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TyrianApp } from "./.js/target/scala-3.7.1/sandbox-ui-fastopt/main.js";
1+
import { TyrianApp } from "./.js/target/scala-3.7.2/sandbox-ui-fastopt/main.js";
22

33
TyrianApp.launch(document.getElementById("myapp"), {
44
message: "Hello, Tyrian!",

sandbox-zio/tyrianapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { TyrianApp } from "./.js/target/scala-3.7.1/sandbox-zio-fastopt/main.js";
1+
import { TyrianApp } from "./.js/target/scala-3.7.2/sandbox-zio-fastopt/main.js";
22

33
TyrianApp.launch("myapp");

sandbox/tyrianapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TyrianApp } from "./.js/target/scala-3.7.1/sandbox-fastopt/main.js";
1+
import { TyrianApp } from "./.js/target/scala-3.7.2/sandbox-fastopt/main.js";
22

33
TyrianApp.launch(document.getElementById("myapp"), {
44
message: "Hello, Tyrian!",

0 commit comments

Comments
 (0)