Skip to content

Commit 32bad57

Browse files
committed
Root project deps
1 parent f913939 commit 32bad57

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

example/build.sbt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ val compileStatics = taskKey[Unit]("Compiles all static files.")
3232
val copyAssets = taskKey[Unit]("Copies all assets to the target directory.")
3333

3434
lazy val root = project.in(file("."))
35-
.aggregate(`jquery-bundler-demo`, `jquery-global-demo`)
36-
.settings(
37-
crossScalaVersions := Nil,
38-
)
35+
.enablePlugins(ScalaJSPlugin)
36+
.settings(commonSettings)
3937

4038
lazy val `jquery-global-demo` = project.in(file("global-demo"))
4139
.enablePlugins(ScalaJSPlugin)

0 commit comments

Comments
 (0)