Skip to content

Commit

Permalink
website update
Browse files Browse the repository at this point in the history
  • Loading branch information
Iurii Malchenko committed Aug 17, 2023
1 parent 12e823d commit d6d9dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ lazy val laminextSiteVersion: String = IO.read(file("website/.laminext-version")
lazy val thisVersionSitePrefix = s"/v/$laminextSiteVersion/"

lazy val vars = Seq(
"laminextVersion" -> "0.16.0",
"laminextVersion" -> "0.16.2",
"laminarVersion" -> "16.0.0",
"scalajsVersion" -> "1.13.2",
"scala3version" -> "3.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ object WebSocketUpickleExample

/* <focus> */
val ws = WebSocket.url("wss://echo.websocket.events").upickle(OptionPickler).json[Data, Data].build()
/* </focus> */
// or, when using upickle.default:
// val ws = WebSocket.url("wss://echo.websocket.events").json[Data, Data].build()
/* </focus> */

val inputElement = input(
tpe := "text",
Expand Down

0 comments on commit d6d9dc0

Please sign in to comment.