adding websocket connection to room state

This commit is contained in:
efim
2023-04-23 16:04:18 +04:00
parent df35f09b71
commit 2c66a9a8c2
3 changed files with 5 additions and 4 deletions

View File

@@ -31,7 +31,8 @@ lazy val frontend = project
* It provides static types for the browser DOM APIs.
*/
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.4.0",
libraryDependencies += "com.raquo" %%% "laminar" % "15.0.1"
libraryDependencies += "com.raquo" %%% "laminar" % "15.0.1",
libraryDependencies += "io.laminext" %%% "websocket" % "0.15.0"
)
.dependsOn(common)