Skip to content

Commit 25b70ba

Browse files
committed
Merge pull request #211 from lrytz/sourcecode-2.12.x
add sourcecode
2 parents 6d1f622 + d8e2914 commit 25b70ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

common.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ vars: {
9292
mima-ref : "typesafehub/migration-manager.git"
9393
utest-ref : "lihaoyi/utest.git"
9494
acyclic-ref : "lihaoyi/acyclic.git"
95+
sourcecode-ref : "lihaoyi/sourcecode.git"
9596
fastparse-ref : "lihaoyi/fastparse.git"
9697

9798
specs2-3-ref : "adriaanm/specs2.git#community-build-3.6" // "etorreborre/specs2.git#SPECS2-3.6.2"
@@ -454,6 +455,13 @@ build += {
454455
uri: "http://github.com/"${vars.acyclic-ref}
455456
}
456457

458+
${vars.base} {
459+
name: "sourcecode",
460+
uri: "http://github.com/"${vars.sourcecode-ref}
461+
// no Scala.js plz
462+
extra.projects: ["sourcecodeJVM"]
463+
}
464+
457465
${vars.base} {
458466
name: "fastparse",
459467
uri: "http://github.com/"${vars.fastparse-ref}

0 commit comments

Comments
 (0)