Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier committed Nov 24, 2023
1 parent 0a849b3 commit b7bc33d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit b7bc33d

Please sign in to comment.