File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ThisBuild / tlCiReleaseBranches ++= Seq("series/0.1")
1111ThisBuild / tlSitePublishBranch := Some (" main" )
1212ThisBuild / tlSonatypeUseLegacyHost := false
1313
14- ThisBuild / crossScalaVersions := Seq (" 3.3.4 " )
14+ ThisBuild / crossScalaVersions := Seq (" 3.3.5 " )
1515ThisBuild / scalacOptions ++= Seq (" -new-syntax" , " -indent" , " -source:future" )
1616
1717ThisBuild / githubWorkflowJavaVersions := Seq (JavaSpec .temurin(" 21" ))
Original file line number Diff line number Diff line change 33 < head > </ head >
44 < body >
55 < div id ="app "> </ div >
6- < script type ="module " src ="target/scala-3.3.4 /sandbox-fastopt/main.js "> </ script >
6+ < script type ="module " src ="target/scala-3.3.5 /sandbox-fastopt/main.js "> </ script >
77 </ body >
88</ html >
Original file line number Diff line number Diff line change 55 </ head >
66 < body >
77 < div id ="app "> </ div >
8- < script type ="module " src ="target/scala-3.3.4 /todomvc-fastopt/main.js "> </ script >
8+ < script type ="module " src ="target/scala-3.3.5 /todomvc-fastopt/main.js "> </ script >
99 </ body >
1010</ html >
You can’t perform that action at this time.
0 commit comments