Skip to content

Commit

Permalink
website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed May 16, 2024
1 parent 00436c0 commit 5b468da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ lazy val frontrouteSiteVersion: String = IO.read(file("website/.frontroute-versi
lazy val thisVersionSitePrefix = s"/v/$frontrouteSiteVersion/"

lazy val vars = Seq(
"frontrouteVersion" -> "0.19.0-M2",
"laminarVersion" -> "17.0.0-M2",
"scalajsVersion" -> "1.14.0",
"frontrouteVersion" -> "0.19.0",
"laminarVersion" -> "17.0.0",
"scalajsVersion" -> "1.16.0",
"scala3version" -> "3.3.1",
)

Expand Down
4 changes: 2 additions & 2 deletions project/DependencyVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ object DependencyVersions {
val `scala-js-macrotask-executor` = "1.1.1"

// website
val laminext = "0.17.0-M2"
val sourcecode = "0.3.1"
val laminext = "0.17.0"
val sourcecode = "0.4.1"
val `embedded-files-macro` = "0.2.4"

}
4 changes: 2 additions & 2 deletions website/scala-version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const scala2 = '2.13'
const scala3 = '3.2.1'
const scala3 = '3.3.1'

module.exports = scala2
module.exports = scala3

0 comments on commit 5b468da

Please sign in to comment.