Skip to content

Commit 65bef81

Browse files
committed
add macro paradise and macro-compat
this was supposed to have already happened when I merged #206 onto 2.12.x, but apparently I messed it up
1 parent 3cfd540 commit 65bef81

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

common.conf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ vars: {
9393
acyclic-ref : "lihaoyi/acyclic.git"
9494
sourcecode-ref : "lihaoyi/sourcecode.git"
9595
fastparse-ref : "lihaoyi/fastparse.git"
96+
macro-paradise-ref : "scalamacros/paradise.git#2.12.x"
97+
macro-compat-ref : "milessabin/macro-compat.git"
9698

9799
specs2-3-ref : "adriaanm/specs2.git#community-build-3.6" // "etorreborre/specs2.git#SPECS2-3.6.2"
98100
specs2-2-ref : "adriaanm/specs2.git#community-build-2.4" // "etorreborre/specs2.git#SPECS2-2.4.17"
@@ -469,6 +471,18 @@ build += {
469471
extra.run-tests: false // TODO: tests depend on lambda toString looking like e.g `<function1>`
470472
}
471473

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+
472486
]
473487
}
474488

0 commit comments

Comments
 (0)