From 86b43c93182dafac773302849e30628474a225d5 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 11 Feb 2016 11:31:29 -0800 Subject: [PATCH 1/2] disable Scala.js support in scala-parser-combinators entry fixes #215 --- community.dbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/community.dbuild b/community.dbuild index c622c87cc..033d0fbc2 100644 --- a/community.dbuild +++ b/community.dbuild @@ -46,6 +46,7 @@ build += { name: "scala-parser-combinators" uri: "https://github.com/"${vars.scala-parser-combinators-ref} extra.commands: "set scalaVersion := \"2.11.7\"" + extra.projects: ["scala-parser-combinatorsJVM"] } ] } From 0c27a549d7fe23cdbe56c006a8b5ca3a73ca1b68 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 11 Feb 2016 13:06:21 -0800 Subject: [PATCH 2/2] adapt to change in Shapeless's Scala.js support --- common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.conf b/common.conf index 5cc83975a..664fadc51 100644 --- a/common.conf +++ b/common.conf @@ -321,7 +321,7 @@ build += { ${vars.base} { name: shapeless uri: "https://github.com/"${vars.shapeless-ref} - + extra.projects: ["coreJVM"] } ${vars.base} {