Skip to content

Commit

Permalink
OOPS: Incorrect Scala 3 version numbers in js files
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Aug 24, 2024
1 parent aad5b92 commit 580bb50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandbox-zio/tyrianapp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {
TyrianApp
} from './.js/target/scala-3.4.1/sandbox-zio-fastopt/main.js';
} from './.js/target/scala-3.4.2/sandbox-zio-fastopt/main.js';

TyrianApp.launch("myapp");
2 changes: 1 addition & 1 deletion sandbox/tyrianapp.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
TyrianApp
} from './.js/target/scala-3.4.1/sandbox-fastopt/main.js';
} from './.js/target/scala-3.4.2/sandbox-fastopt/main.js';

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

0 comments on commit 580bb50

Please sign in to comment.