diff --git a/build.sbt b/build.sbt index a979a47..88c1fb4 100644 --- a/build.sbt +++ b/build.sbt @@ -4,5 +4,6 @@ enablePlugins(ScriptedPlugin) // add the below dependencies in the template build, so that Scala Steward can update versions in the giter8 template libraryDependencies ++= Seq( - "org.scala-js" %%% "scalajs-dom" % "2.8.0" + "org.scala-js" %%% "scalajs-dom" % "2.8.0", + "com.vmunier" %% "scalajs-scripts" % "1.3.0" )