adding websocket connection to room state
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user