Skip to content

Commit

Permalink
Merge pull request #426 from armanbilge/update/scala3-library-3.3.5
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.3.5
  • Loading branch information
armanbilge authored Feb 2, 2025
2 parents ff46585 + eba43cd commit f38cbd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ThisBuild / tlCiReleaseBranches ++= Seq("series/0.1")
ThisBuild / tlSitePublishBranch := Some("main")
ThisBuild / tlSonatypeUseLegacyHost := false

ThisBuild / crossScalaVersions := Seq("3.3.4")
ThisBuild / crossScalaVersions := Seq("3.3.5")
ThisBuild / scalacOptions ++= Seq("-new-syntax", "-indent", "-source:future")

ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("21"))
Expand Down
2 changes: 1 addition & 1 deletion sandbox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<head></head>
<body>
<div id="app"></div>
<script type="module" src="target/scala-3.3.4/sandbox-fastopt/main.js"></script>
<script type="module" src="target/scala-3.3.5/sandbox-fastopt/main.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion todo-mvc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="target/scala-3.3.4/todomvc-fastopt/main.js"></script>
<script type="module" src="target/scala-3.3.5/todomvc-fastopt/main.js"></script>
</body>
</html>

0 comments on commit f38cbd3

Please sign in to comment.