Skip to content

Commit 4e5d8bb

Browse files
committed
Forgot to add monocle to build root
1 parent 24329e6 commit 4e5d8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ object ScalajsReact extends Build {
9090

9191
// ==============================================================================================
9292
lazy val root = Project("root", file("."))
93-
.aggregate(core, test, scalaz70, scalaz71, extra, ghpages)
93+
.aggregate(core, test, scalaz70, scalaz71, monocle, extra, ghpages)
9494
.configure(commonSettings, preventPublication, addCommandAliases(
9595
"t" -> "; test:compile ; test/fastOptStage::test",
9696
"tt" -> ";+test:compile ;+test/fastOptStage::test",

0 commit comments

Comments
 (0)