Skip to content

Commit

Permalink
For #1328: fix build following 283d2fd
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Jun 29, 2017
1 parent 283d2fd commit 24a5e30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,9 @@ lazy val xforms = (crossProject.crossType(CrossType.Full) in file("xforms"))


lazy val xformsJVM = xforms.jvm
.dependsOn(commonJVM)
.dependsOn(commonJVM, core % "test->test;compile->compile")
.enablePlugins(SbtWeb)
.settings(assetsSettings: _*)
.settings(commonSettings: _*)
.settings(

// Because `Assets` doesn't check the `shared` directory
Expand Down

0 comments on commit 24a5e30

Please sign in to comment.