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

Commit 3004ddf

Browse files
Updated tyrianapp.js files to use Scala 3.7.3
1 parent 9f5be27 commit 3004ddf

3 files changed

Lines changed: 3 additions & 3 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.3/sandbox-next-fastopt/main.js";
22

33
TyrianApp.launch("myapp");

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.3/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.3/sandbox-fastopt/main.js";
22

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

0 commit comments

Comments
 (0)