Skip to content

Commit ee904ba

Browse files
committed
Merge pull request #216 from SethTisue/issue-215
fix regressions in scala-parser-combinators, Shapeless
2 parents 7acfc3e + 0c27a54 commit ee904ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ build += {
321321
${vars.base} {
322322
name: shapeless
323323
uri: "https://github.com/"${vars.shapeless-ref}
324-
324+
extra.projects: ["coreJVM"]
325325
}
326326

327327
${vars.base} {

community.dbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ build += {
4646
name: "scala-parser-combinators"
4747
uri: "https://github.com/"${vars.scala-parser-combinators-ref}
4848
extra.commands: "set scalaVersion := \"2.11.7\""
49+
extra.projects: ["scala-parser-combinatorsJVM"]
4950
}
5051
]
5152
}

0 commit comments

Comments
 (0)