Skip to content

Commit

Permalink
website update
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed May 16, 2024
1 parent 9b169a5 commit 8ff53a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,9 @@ lazy val laminextSiteVersion: String = IO.read(file("website/.laminext-version")
lazy val thisVersionSitePrefix = s"/v/$laminextSiteVersion/"

lazy val vars = Seq(
"laminextVersion" -> "0.17.0-M2",
"laminarVersion" -> "17.0.0-M2",
"scalajsVersion" -> "1.14.0",
"laminextVersion" -> "0.17.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 @@ -11,8 +11,8 @@ object DependencyVersions {

// -- website

val sourcecode = "0.3.1"
val frontroute = "0.19.0-M8+0-540a8d79+20240320-2039-SNAPSHOT"
val sourcecode = "0.4.1"
val frontroute = "0.19.0"
val `embedded-files-macro` = "0.2.4"
val `scala-java-time` = "2.5.0"
val `scala-js-macrotask-executor` = "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion 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.0.2'
const scala3 = '3.3.1'

module.exports = scala2
1 change: 1 addition & 0 deletions website/src/main/resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ for [Laminar](https://github.com/raquo/Laminar) and [Airstream](https://github.c

#### Older versions

* For Laminar `16.x` check out [laminext 0.16.x](https://laminext.dev/v/0.16.x/)
* For Laminar `15.x` check out [laminext 0.15.x](https://laminext.dev/v/0.15.x/)
* For Laminar `0.14.x` check out [laminext 0.14.x](https://laminext.dev/v/0.14.x/)

0 comments on commit 8ff53a2

Please sign in to comment.