@@ -74,8 +74,7 @@ vars: {
74
74
zeromq-scala-binding-ref : "valotrading/zeromq-scala-binding.git#062e9438e322ec29d75b9649cb2aafa6ba3198a6"
75
75
// fixed sha/tag (a compromise), the sha points at master that supports Scala 2.11
76
76
spire-ref : "non/spire.git#3d2a41e91a1f6946fac63660f6157d4a6e4a281d"
77
- // https://github.com/scala/community-builds/issues/202
78
- shapeless-ref : "milessabin/shapeless.git#d6a4f56e0783655c48244ec23c4f4c2d98401a72"
77
+ shapeless-ref : "milessabin/shapeless.git"
79
78
scoverage-ref : "scoverage/scalac-scoverage-plugin.git#1.0.2"
80
79
// change from https://github.com/sbt/sbt/pull/1509 broke building sbt with Scala 2.11
81
80
// this problem is tracked in https://github.com/sbt/sbt/issues/1523
@@ -96,6 +95,8 @@ vars: {
96
95
scala-xml-ref : "scala/scala-xml.git"
97
96
scala-swing-ref : "scala/scala-swing.git#1.0.x"
98
97
scala-records-ref : "scala-records/scala-records.git"
98
+ macro-paradise-ref : "scalamacros/paradise.git#2.11.x"
99
+ macro-compat-ref : "milessabin/macro-compat.git"
99
100
100
101
// TODO move back to master after adding scalaz-stream to the community build.
101
102
// the fork was necessary because Specs 2.4 uses Shapeless 2.0.0 but we want
@@ -561,5 +562,17 @@ build += {
561
562
extra.projects: ["utestJVM"]
562
563
}
563
564
565
+ ${vars.base} {
566
+ name: "macro-paradise",
567
+ uri: "http://github.com/"${vars.macro-paradise-ref}
568
+ }
569
+
570
+ ${vars.base} {
571
+ name: "macro-compat",
572
+ uri: "http://github.com/"${vars.macro-compat-ref}
573
+ // no Scala.js plz
574
+ extra.projects: ["testJVM"]
575
+ }
576
+
564
577
]
565
578
}
0 commit comments