We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d1f622 + d8e2914 commit 25b70baCopy full SHA for 25b70ba
common.conf
@@ -92,6 +92,7 @@ vars: {
92
mima-ref : "typesafehub/migration-manager.git"
93
utest-ref : "lihaoyi/utest.git"
94
acyclic-ref : "lihaoyi/acyclic.git"
95
+ sourcecode-ref : "lihaoyi/sourcecode.git"
96
fastparse-ref : "lihaoyi/fastparse.git"
97
98
specs2-3-ref : "adriaanm/specs2.git#community-build-3.6" // "etorreborre/specs2.git#SPECS2-3.6.2"
@@ -454,6 +455,13 @@ build += {
454
455
uri: "http://github.com/"${vars.acyclic-ref}
456
}
457
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
+
465
${vars.base} {
466
name: "fastparse",
467
uri: "http://github.com/"${vars.fastparse-ref}
0 commit comments