Commit a70b88ff authored by Mathieu leclaire's avatar Mathieu leclaire

Remove useless dependency

parent 32279412
...@@ -28,8 +28,7 @@ object ScalaTraJSTagsWireRxBuild extends Build { ...@@ -28,8 +28,7 @@ object ScalaTraJSTagsWireRxBuild extends Build {
"com.scalarx" %%% "scalarx" % "0.2.5", "com.scalarx" %%% "scalarx" % "0.2.5",
"fr.iscpif" %%% "scaladget" % "0.1.0-SNAPSHOT", "fr.iscpif" %%% "scaladget" % "0.1.0-SNAPSHOT",
"org.scala-lang.modules.scalajs" %%% "scalajs-dom" % "0.6", "org.scala-lang.modules.scalajs" %%% "scalajs-dom" % "0.6",
"org.scala-lang.modules.scalajs" %%% "scalajs-jquery" % "0.6", "org.scala-lang.modules.scalajs" %%% "scalajs-jquery" % "0.6"
"org.scala-lang.modules" %% "scala-async" % "0.9.2"
), ),
jsCall := "Plot().run();", jsCall := "Plot().run();",
outputPath := "server/src/main/webapp/" outputPath := "server/src/main/webapp/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment