amazing recursion with futures on EventSignatures handler.

This commit is contained in:
fiatjaf
2022-03-08 21:06:57 -03:00
parent 3a97f7928b
commit 2f455ab225
4 changed files with 195 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
enablePlugins(ScalaJSPlugin)
// enablePlugins(ScalaJSBundlerPlugin)
name := "app"
scalaVersion := "2.13.7"
@@ -9,3 +8,7 @@ scalaJSUseMainModuleInitializer := true
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.1.0"
libraryDependencies += "me.shadaj" %%% "slinky-core" % "0.7.0"
libraryDependencies += "me.shadaj" %%% "slinky-web" % "0.7.0"
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core",
"io.circe" %%% "circe-parser"
).map(_ % "0.14.1")