Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.3 in main (#242)
Browse files Browse the repository at this point in the history
* Update scala3-library, ... to 3.3.3 in main

* Rename scala-3.3.1 into scala-3.3.3

---------

Co-authored-by: FabioPinheiro <fabiomgpinheiro@gmail.com>
Signed-off-by: atala-dev <57987237+atala-dev@users.noreply.github.com>
  • Loading branch information
atala-dev and FabioPinheiro committed Apr 30, 2024
1 parent 0362294 commit 442ee6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
)

Expand Down Expand Up @@ -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/",
Expand Down
4 changes: 2 additions & 2 deletions webapp/index-fastopt.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- https://material.io/develop/web/getting-started -->
<!-- <link href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" rel="stylesheet"> -->
<link
href="./target/scala-3.3.1/scalajs-bundler/main/node_modules/material-components-web/dist/material-components-web.min.css"
href="./target/scala-3.3.3/scalajs-bundler/main/node_modules/material-components-web/dist/material-components-web.min.css"
rel="stylesheet">
<!-- <script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
Expand All @@ -24,7 +24,7 @@
}
</script>
<!-- My APP -->
<script type="text/javascript" src="./target/scala-3.3.1/scalajs-bundler/main/webapp-fastopt-bundle.js"></script>
<script type="text/javascript" src="./target/scala-3.3.3/scalajs-bundler/main/webapp-fastopt-bundle.js"></script>
</head>

<body style="margin:0;">
Expand Down
2 changes: 1 addition & 1 deletion webapp/index-fullopt.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet">
<!-- <script src="https://cdn.jsdelivr.net/npm/ipfs-http-client/dist/index.min.js"></script> -->
<script type="text/javascript" src="./target/scala-3.3.1/scalajs-bundler/main/webapp-fastopt-bundle.js"></script>
<script type="text/javascript" src="./target/scala-3.3.3/scalajs-bundler/main/webapp-fastopt-bundle.js"></script>
</head>

<body>
Expand Down

0 comments on commit 442ee6c

Please sign in to comment.