Skip to content

Commit ef79fbe

Browse files
authored
Merge pull request #308 from SethTisue/unfork-macro-paradise
unfork macro paradise
2 parents 3326b32 + b777164 commit ef79fbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ vars: {
7878
utest-ref : "lihaoyi/utest.git#0.4.3"
7979
acyclic-ref : "lihaoyi/acyclic.git"
8080
sourcecode-ref : "lihaoyi/sourcecode.git"
81-
macro-paradise-ref : "adriaanm/paradise.git#2.12.x-cobu"
81+
macro-paradise-ref : "scalamacros/paradise.git#2.12.0-RC1" // TODO use 2.12.x branch once needed changes are merged there?
8282
macro-compat-ref : "milessabin/macro-compat.git"
8383
scala-logging-ref : "typesafehub/scala-logging.git"
8484
scalaprops-ref : "scalaprops/scalaprops.git#0.1.x" // master uses FreeT from scalaz 7.2, we're on 7.1
@@ -475,7 +475,6 @@ build += {
475475
${vars.base} {
476476
name: "macro-paradise"
477477
uri: "http://github.com/"${vars.macro-paradise-ref}
478-
extra.run-tests: false // see https://github.com/scala/scala-dev/issues/203
479478
}
480479

481480
${vars.base} {

0 commit comments

Comments
 (0)