From 497ce5e492b575eb0e9d229cd009f342421c7c6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 09:32:13 +0000 Subject: [PATCH] Update scala3-library_sjs1 to 3.8.3 --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- build.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1f2a40..0c144fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: run: sbt fullLinkJS - name: Check generated JS file exists run: | - if [ ! -f target/scala-3.7.4/chronotes-opt/main.js ]; then + if [ ! -f target/scala-3.8.3/chronotes-opt/main.js ]; then echo "generated JS file not found" exit 1 fi diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 701d7b3..659765e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -77,7 +77,7 @@ jobs: run: sbt fullLinkJS - name: Check generated JS file exists run: | - if [ ! -f target/scala-3.7.4/chronotes-opt/main.js ]; then + if [ ! -f target/scala-3.8.3/chronotes-opt/main.js ]; then echo "generated JS file not found" exit 1 fi diff --git a/build.sbt b/build.sbt index b46acfe..71d685e 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ lazy val chronotes = .settings( name := "chronotes", version := "0.1.0", - scalaVersion := "3.7.4", + scalaVersion := "3.8.3", organization := "store.handytools", libraryDependencies ++= Seq( "io.indigoengine" %%% "tyrian-io" % "0.14.0",