diff --git a/build.sbt b/build.sbt index a2b62def..63f6e200 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots") inThisBuild( Seq( - scalaVersion := "3.3.1", // Also update docs/publishWebsite.sh and any ref to scala-3.3.1 + scalaVersion := "3.3.3", // Also update docs/publishWebsite.sh and any ref to scala-3.3.3 ) ) @@ -235,7 +235,7 @@ lazy val mediator = project // pipelineStages ++= Seq(digest, gzip), //Compression - If you serve your Scala.js application from a web server, you should additionally gzip the resulting .js files. Compile / unmanagedResourceDirectories += baseDirectory.value / "src" / "main" / "extra-resources", // Compile / unmanagedResourceDirectories += (baseDirectory.value.toPath.getParent.getParent / "docs-build" / "target" / "mdoc").toFile, - // Compile / unmanagedResourceDirectories += (baseDirectory.value.toPath.getParent.getParent / "serviceworker" / "target" / "scala-3.3.1" / "fmgp-serviceworker-fastopt").toFile, + // Compile / unmanagedResourceDirectories += (baseDirectory.value.toPath.getParent.getParent / "serviceworker" / "target" / "scala-3.3.3" / "fmgp-serviceworker-fastopt").toFile, Compile / compile := ((Compile / compile) dependsOn scalaJSPipeline).value, // Frontend dependency configuration Assets / WebKeys.packagePrefix := "public/", diff --git a/webapp/index-fastopt.html b/webapp/index-fastopt.html index 4c50a46b..90f241a9 100644 --- a/webapp/index-fastopt.html +++ b/webapp/index-fastopt.html @@ -12,7 +12,7 @@ @@ -24,7 +24,7 @@ } - + diff --git a/webapp/index-fullopt.html b/webapp/index-fullopt.html index 2972c05e..a997496d 100644 --- a/webapp/index-fullopt.html +++ b/webapp/index-fullopt.html @@ -8,7 +8,7 @@ - +