File tree 1 file changed +14
-0
lines changed 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ vars: {
93
93
acyclic-ref : "lihaoyi/acyclic.git"
94
94
sourcecode-ref : "lihaoyi/sourcecode.git"
95
95
fastparse-ref : "lihaoyi/fastparse.git"
96
+ macro-paradise-ref : "scalamacros/paradise.git#2.12.x"
97
+ macro-compat-ref : "milessabin/macro-compat.git"
96
98
97
99
specs2-3-ref : "adriaanm/specs2.git#community-build-3.6" // "etorreborre/specs2.git#SPECS2-3.6.2"
98
100
specs2-2-ref : "adriaanm/specs2.git#community-build-2.4" // "etorreborre/specs2.git#SPECS2-2.4.17"
@@ -469,6 +471,18 @@ build += {
469
471
extra.run-tests: false // TODO: tests depend on lambda toString looking like e.g `<function1>`
470
472
}
471
473
474
+ ${vars.base} {
475
+ name: "macro-paradise",
476
+ uri: "http://github.com/"${vars.macro-paradise-ref}
477
+ }
478
+
479
+ ${vars.base} {
480
+ name: "macro-compat",
481
+ uri: "http://github.com/"${vars.macro-compat-ref}
482
+ // no Scala.js plz
483
+ extra.projects: ["testJVM"]
484
+ }
485
+
472
486
]
473
487
}
474
488
You can’t perform that action at this time.
0 commit comments