Skip to content

Commit e8dc4f7

Browse files
committed
add blank lines after uri: lines, to reduce merge conflicts
at least, I hypothesize this will reduce merge conflicts
1 parent f275c32 commit e8dc4f7

File tree

202 files changed

+202
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+202
-0
lines changed

proj/acyclic.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
vars.proj.acyclic: ${vars.base} {
55
name: "acyclic"
66
uri: "https://github.com/lihaoyi/acyclic.git#d9d1875c67e947758dcb2718f1c2c47af3a8edbb"
7+
78
}

proj/airframe.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
vars.proj.airframe: ${vars.base} {
44
name: "airframe"
55
uri: "https://github.com/wvlet/airframe.git#44d5e9dd7682b70687e8b871a38d1db3a6334729"
6+
67
extra.projects: ["communityBuild"] // no Scala.js plz
78
extra.exclude: ["jmx"] // on JDK 11: java.lang.ClassNotFoundException: sun.management.Agent
89
}

proj/akka-contrib-extra.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
vars.proj.akka-contrib-extra: ${vars.base} {
1111
name: "akka-contrib-extra"
1212
uri: "https://github.com/typesafehub/akka-contrib-extra.git#f866541c1c3386c3e6597aedb866b806d0f02823"
13+
1314
extra.sbt-version: ${vars.sbt-0-13-version}
1415
extra.options: ["-Dbintray.user=dummy", "-Dbintray.pass=dummy"]
1516
extra.commands: ${vars.default-commands} [

proj/akka-http-cors.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
vars.proj.akka-http-cors: ${vars.base} {
55
name: "akka-http-cors"
66
uri: "https://github.com/lomigmegard/akka-http-cors.git#9949df54c96b800462cfb7ab530c12906ab90a1f"
7+
78
extra.exclude: ["akka-http-cors-bench-jmh"]
89
// not really sure why akka-testkit doesn't get picked up, maybe a "provided" dependency issue?
910
extra.commands: ${vars.default-commands} [

proj/akka-http-json.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
vars.proj.akka-http-json: ${vars.base} {
55
name: "akka-http-json"
66
uri: "https://github.com/hseeberger/akka-http-json.git#e5c98e0a9f24eeb86edb3d0dff4f37f598c36818"
7+
78
extra.exclude: [
89
// we're in jawn 0.10 space because scaladex is, but circe is over in jawn 0.11 space.
910
// (if it becomes important, we could have entries in both spaces.)

proj/akka-http-session.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
vars.proj.akka-http-session: ${vars.base} {
77
name: "akka-http-session"
88
uri: "https://github.com/softwaremill/akka-http-session.git#7a95a504d33ec36137d53911da20594fd0b88c8f"
9+
910
extra.projects: ["core"]
1011
deps.inject: ${vars.base.deps.inject} [
1112
"org.typelevel#kind-projector"

proj/akka-http.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
vars.proj.akka-http: ${vars.base} {
44
name: "akka-http"
55
uri: "https://github.com/akka/akka-http.git#8e474a2e94f54f933245396368631ceede5ae5d0"
6+
67
extra.exclude: ["docs", "akka-http-bench-jmh"]
78
extra.options: [
89
"-Dakka.genjavadoc.enabled=false", "-Dakka.scaladoc.diagrams=false"

proj/akka-management.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
vars.proj.akka-management: ${vars.base} {
55
name: "akka-management"
66
uri: "https://github.com/akka/akka-management.git#d0e1baa3df4985089da7a031fc3c4abfb7013a4b"
7+
78
extra.options: ["-Dbintray.user=dummy", "-Dbintray.pass=dummy"]
89
// for now anyway, ambition level is just to include anything lagom needs
910
extra.projects: ["akka-management", "cluster-bootstrap", "cluster-http"]

proj/akka-persistence-cassandra.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
vars.proj.akka-persistence-cassandra: ${vars.base} {
88
name: "akka-persistence-cassandra"
99
uri: "https://github.com/scalacommunitybuild/akka-persistence-cassandra.git#299e4f6b4a7eab93d7479f59007f8868c178a1cf"
10+
1011
extra.sbt-version: ${vars.sbt-0-13-version}
1112
// after a few weeks of being plagued by intermittent test failures, I give up --
1213
// if it were just the same handful of tests, I could exclude them, but it seems

proj/akka-persistence-jdbc.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
vars.proj.akka-persistence-jdbc: ${vars.base} {
55
name: "akka-persistence-jdbc"
66
uri: "https://github.com/dnvriend/akka-persistence-jdbc.git#aea6e4bef010633ddce771042202d7e1028b0118"
7+
78
extra.options: ["-Dbintray.user=dummy", "-Dbintray.pass=dummy"]
89
extra.commands: ${vars.default-commands} [
910
"set every bintrayReleaseOnPublish := false"

proj/akka-streams-tcp-chat.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
vars.proj.akka-streams-tcp-chat: ${vars.base} {
44
name: "akka-streams-tcp-chat"
55
uri: "https://github.com/johanandren/akka-streams-tcp-chat.git#f0209c5f07bae9bcf950adc3220cb0cdd34da93b"
6+
67
}

proj/akka.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
vars.proj.akka: ${vars.base} {
99
name: "akka"
1010
uri: "https://github.com/akka/akka.git#983b13745207dcd3065af77f30a33bf23a138f21"
11+
1112
extra.options: [
1213
// as per their own .sbtopts file
1314
"-Xmx3g"

proj/algebra.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
vars.proj.algebra: ${vars.base} {
55
name: "algebra"
66
uri: "https://github.com/typelevel/algebra.git#46d7e23ea60f5d11bc8a5ae59a6df035446be617"
7+
78
extra.projects: ["coreJVM", "lawsJVM"] // no Scala.js, no benchmarks, no docs
89
}

proj/alpakka-kafka.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
vars.proj.alpakka-kafka: ${vars.base} {
55
name: "alpakka-kafka"
66
uri: "https://github.com/akka/alpakka-kafka.git#98a4b966f31a1fc75315b250cb5762a0de62bad1"
7+
78
extra.options: ["-Dbintray.user=dummy", "-Dbintray.pass=dummy"]
89
extra.commands: ${vars.default-commands} [
910
"set every bintrayReleaseOnPublish := false"

proj/atto.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
vars.proj.atto: ${vars.base} {
55
name: "atto"
66
uri: "https://github.com/tpolecat/atto.git#834d2ebd34382af8a035e76a4d7179a745da3ab7"
7+
78
extra.projects: ["coreJVM", "refinedJVM", "fs2JVM", "testsJVM"]
89
}

proj/autowire.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
vars.proj.autowire: ${vars.base} {
55
name: "autowire"
66
uri: "https://github.com/lihaoyi/autowire.git#dba75c4ec0ca01d1af5080fb542daafb06e060f0"
7+
78
extra.sbt-version: ${vars.sbt-0-13-version}
89
extra.projects: ["autowireJVM"] // no Scala.js plz
910
}

proj/avro4s.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
vars.proj.avro4s: ${vars.base} {
55
name: "avro4s"
66
uri: "https://github.com/sksamuel/avro4s.git#f3586354407466438c6b8f470d34775caf67b052"
7+
78
}

proj/base64.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
vars.proj.base64: ${vars.base} {
55
name: "base64"
66
uri: "https://github.com/marklister/base64.git#8d762f1adf800fc05f3855f6dc02db7440ab6a7a"
7+
78
extra.projects: ["base64JVM"] // no Scala.js plz
89
}

proj/better-files.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
vars.proj.better-files: ${vars.base} {
66
name: "better-files"
77
uri: "https://github.com/pathikrit/better-files.git#d30a092b7d92a2f458412ecd3ae165e1eb4a9898"
8+
89
extra.commands: ${vars.default-commands} [
910
// keep scalafmtSbtCheck from complaining about code dbuild injects
1011
"set checkFormat := {}"

proj/better-monadic-for.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
vars.proj.better-monadic-for: ${vars.base} {
55
name: "better-monadic-for"
66
uri: "https://github.com/oleg-py/better-monadic-for.git#fc79937e6c2849cc8d8a710befdd838180e74828"
7+
78
extra.exclude: ["scalazTests"]
89
}

proj/blaze.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
vars.proj.blaze: ${vars.base} {
55
name: "blaze"
66
uri: "https://github.com/http4s/blaze.git#351ff120b3ff5238d6a1e3848572154f21b1e924"
7+
78
// failed extraction on 1.3.0-RC4; not investigated
89
// [blaze] [error] (update) sbt.librarymanagement.ResolveException: Error downloading org.xerial.sbt:sbt-sonatype;sbtVersion=1.0;scalaVersion=2.12:1.1
910
extra.sbt-version: ${vars.sbt-1-2-version}

proj/boopickle.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
vars.proj.boopickle: ${vars.base} {
44
name: "boopickle"
55
uri: "https://github.com/suzaku-io/boopickle.git#8efc5ab977c75b37655641e3d340cb2858f250b1"
6+
67
extra.projects: ["boopickleJVM", "shapelessJVM"] // no Scala.js, no "perftests"
78
}

proj/breeze.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
vars.proj.breeze: ${vars.base} {
44
name: "breeze"
55
uri: "https://github.com/scalanlp/breeze.git#f417a6ede1789a9ad288a0695b1b50f2dd252567"
6+
67
// tests don't compile, could be a ScalaCheck 1.13 vs 1.14 thing?
78
// see https://github.com/scala/community-builds/pull/722
89
extra.run-tests: false

proj/cachecontrol.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
vars.proj.cachecontrol: ${vars.base} {
77
name: "cachecontrol"
88
uri: "https://github.com/playframework/cachecontrol.git#cbef1246f4a71686cc5d0322efba66021e8c7e3a"
9+
910
}

proj/case-app.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
vars.proj.case-app: ${vars.base} {
1111
name: "case-app"
1212
uri: "https://github.com/scalacommunitybuild/case-app.git#16f7d632d047c5133721e2aee88785f16e21bf6c"
13+
1314
extra.sbt-version: ${vars.sbt-0-13-version}
1415
// this is enough for scalafix, I didn't even try adding the rest
1516
extra.projects: ["coreJVM"]

proj/catalysts.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
vars.proj.catalysts: ${vars.base} {
77
name: "catalysts"
88
uri: "https://github.com/typelevel/catalysts.git#f8676a187fa56aad78d5046323312823e66bed9a"
9+
910
// other projects aren't pertinent or errored out (not investigated)
1011
extra.projects: ["specbaseJVM", "lawkitJVM", "scalatestJVM", "macrosJVM", "platformJVM", "testkitJVM"]
1112
}

proj/cats-effect.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
vars.proj.cats-effect: ${vars.base} {
66
name: "cats-effect"
77
uri: "https://github.com/typelevel/cats-effect.git#cd6467c480484c14bd9b0708c6723baf41228105"
8+
89
extra.projects: ["coreJVM", "lawsJVM"] // no Scala.js plz
910
deps.inject: ${vars.base.deps.inject} ["org.typelevel#kind-projector"]
1011
extra.commands: ${vars.default-commands} [

proj/cats.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
vars.proj.cats: ${vars.base} {
88
name: "cats"
99
uri: "https://github.com/scalacommunitybuild/cats.git#d93ccc0a55734bee059f1402b11e7c3363b0f938"
10+
1011
// for some reason, adding the umbrella "catsJVM" project but excluding "bench"
1112
// (and "docs") doesn't succeed in removing the depending on cats-bench.
1213
// using deps.ignore doesn't fix it either. not sure how else to fix it

proj/circe-config.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
vars.proj.circe-config: ${vars.base} {
55
name: "circe-config"
66
uri: "https://github.com/circe/circe-config.git#9fda39cae84795acd702a95b4deef513ef037dc2"
7+
78
}

proj/circe-derivation.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
vars.proj.circe-derivation: ${vars.base} {
66
name: "circe-derivation"
77
uri: "https://github.com/circe/circe-derivation.git#6d3890a982a08545aac7e83b209de85102057740"
8+
89
// there are some others, but really just trying to get lsp4s going at the moment
910
extra.projects: ["derivation", "annotations"]
1011
extra.commands: ${vars.default-commands} [

proj/circe-jackson.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
vars.proj.circe-jackson: ${vars.base} {
66
name: "circe-jackson"
77
uri: "https://github.com/circe/circe-jackson.git#4f3218020974c279b635b054ab88e2796638303f"
8+
89
// there are some others, but for now, just trying to get github4s green again
910
extra.projects: ["jackson28"]
1011
}

proj/circe.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
vars.proj.circe: ${vars.base} {
55
name: "circe"
66
uri: "https://github.com/circe/circe.git#514023c258ccdb682b6587f6e7e298134a244149"
7+
78
extra.projects: [
89
// easy
910
"coreJVM", "numbersJVM"

proj/claimant.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
vars.proj.claimant: ${vars.base} {
44
name: "claimant"
55
uri: "https://github.com/typelevel/claimant.git#ee6bca2d317766c103104249a7361f186f14c746"
6+
67
extra.exclude: ["root", "mcJS", "coreJS"] // no Scala.js plz
78
}

proj/classutil.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
vars.proj.classutil: ${vars.base} {
66
name: "classutil"
77
uri: "https://github.com/bmc/classutil.git#42899a54333d13aebf591e694ab22926659d8eb0"
8+
89
extra.options: ["-Dbintray.user=dummy", "-Dbintray.pass=dummy"]
910
extra.commands: ${vars.default-commands} [
1011
"set every bintrayReleaseOnPublish := false"

proj/coursier.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
vars.proj.coursier: ${vars.base} {
66
name: "coursier"
77
uri: "https://github.com/coursier/coursier.git#dbaf748fadab1937b3d4dfbfed3cc38727d45c1a"
8+
89
extra.projects: ["jvm"]
910
extra.exclude: [
1011
// these require scalaz-concurrent (but that dependency will go away when we unfreeze)

proj/curryhoward.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
vars.proj.curryhoward: ${vars.base} {
44
name: "curryhoward"
55
uri: "https://github.com/Chymyst/curryhoward.git#f1262bc38b540fd08125c799a02fe4f45e0f3d68"
6+
67
extra.sbt-version: ${vars.sbt-0-13-version}
78
// I guess dbuild is getting confused by the extra _1.13?
89
deps.ignore: ["com.github.alexarchambault#scalacheck-shapeless"]

proj/decline.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
vars.proj.decline: ${vars.base} {
77
name: "decline"
88
uri: "https://github.com/bkirwi/decline.git#06ec376626ec87031fe3f63856b029c887811308"
9+
910
extra.projects: ["declineJVM", "refinedJVM"] // no Scala.js, no doc
1011
deps.inject: ${vars.base.deps.inject} ["org.typelevel#kind-projector"]
1112
extra.commands: ${vars.default-commands} [

proj/discipline.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
vars.proj.discipline: ${vars.base} {
66
name: "discipline"
77
uri: "https://github.com/typelevel/discipline.git#cc793695cc7bdd97f9139d872dee35ec7b8ae820"
8+
89
extra.projects: ["disciplineJVM"] // no Scala.js please
910
}

proj/dispatch.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
vars.proj.dispatch: ${vars.base} {
66
name: "dispatch"
77
uri: "https://github.com/dispatch/reboot.git#6dfe0c820de2c8970287b88c770a03dfe27ed7a9"
8+
89
}

proj/doobie.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
vars.proj.doobie: ${vars.base} {
66
name: "doobie"
77
uri: "https://github.com/tpolecat/doobie.git#6eb0fd53c237b13d3fb5d705d6b0bc52a6d0e0ca"
8+
89
extra.options: ["-Xss16m"] // prevent stack overflow when compiling build definition
910
extra.exclude: ["docs", "doobie", "bench"] // out of scope ("doobie" is just an aggregation, and causes missing-tut error)
1011
deps.inject: ${vars.base.deps.inject} ["org.typelevel#kind-projector"]

proj/doodle.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
vars.proj.doodle: ${vars.base} {
44
name: "doodle"
55
uri: "https://github.com/underscoreio/doodle.git#973d79cebbd6ac1d041fc30689b2cce7911c84da"
6+
67
// error: not found: value sonatypePublishToBundle
78
extra.sbt-version: ${vars.sbt-1-2-version}
89
extra.options: ["-Dsbt.scala.version=2.12.10"] // sbt 1.2 needs this on JDK 13

proj/droste.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
vars.proj.droste: ${vars.base} {
1010
name: "droste"
1111
uri: "https://github.com/higherkindness/droste.git#bad7dae60a0c32e66918613068d6713d209cc6b4"
12+
1213
extra.exclude: [
1314
// out of scope
1415
"*JS", "docs", "readme", "publish", "coverage"

proj/eff.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
vars.proj.eff: ${vars.base} {
44
name: "eff"
55
uri: "https://github.com/atnos-org/eff.git#9566023022c68c4c42c17e812eba95a5496139b4"
6+
67
extra.exclude: [
78
"scalaz"
89
// this is an aggregation project that we exclude because it adds a

proj/elastic4s.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
vars.proj.elastic4s: ${vars.base} {
88
name: "elastic4s"
99
uri: "https://github.com/sksamuel/elastic4s.git#b13e3d935361d790d43adfd0e48a7e92ea68ad44"
10+
1011
extra.sbt-version: ${vars.sbt-0-13-version}
1112
extra.projects: ["elastic4s-core", "elastic4s-embedded"]
1213
// some test code uses scala.util.parsing.json, which no longer

proj/enumeratum.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
vars.proj.enumeratum: ${vars.base} {
44
name: "enumeratum"
55
uri: "https://github.com/lloydmeta/enumeratum.git#0e19f283bbbe5bca72ae8ea7d44ed676fbc2bcdd"
6+
67
extra.projects: [
78
// for some reason dbuild doesn't seem to pick up on which subprojects
89
// depend on each other, so we have to list them individually (even

proj/euler.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
vars.proj.euler: ${vars.base} {
99
name: "euler"
1010
uri: "https://github.com/SethTisue/Project-Euler.git#e11a46e07d0f6853b3089dab2dab2dc9cbfea0e0"
11+
1112
// some solutions are heap-hungry; serial execution avoids intermittent OOM
1213
extra.commands: ${vars.default-commands} [
1314
"set parallelExecution in Test := false"

proj/expecty.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
vars.proj.expecty: ${vars.base} {
55
name: "expecty"
66
uri: "https://github.com/eed3si9n/expecty.git#4eb183a121ea817464ead7aa3c65f28238f1f8d3"
7+
78
extra.projects: ["expectyJVM"]
89
// use right version-specific source directories (not sure why existing stuff in build.sbt doesn't work)
910
extra.commands: ${vars.default-commands} [

proj/export-hook.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
vars.proj.export-hook: ${vars.base} {
77
name: "export-hook"
88
uri: "https://github.com/milessabin/export-hook.git#015b7bc703e11ebf3c3aa9e6799f56ac60f29636"
9+
910
extra.sbt-version: ${vars.sbt-0-13-version}
1011
extra.projects: ["coreJVM"] // no Scala.js plz
1112
}

proj/expression-evaluator.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
vars.proj.expression-evaluator: ${vars.base} {
66
name: "expression-evaluator"
77
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#efd450b8d7d0bd9a3d0de76ed87b5d3eb54d8776"
8+
89
}

proj/fansi.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
vars.proj.fansi: ${vars.base} {
66
name: "fansi"
77
uri: "https://github.com/lihaoyi/fansi.git#8cd36c0562fe38c71b9740083ede15e9c3d9f878"
8+
89
extra.projects: ["fansiJVM"] // no Scala.js
910
}

proj/fast-string-interpolator.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
vars.proj.fast-string-interpolator: ${vars.base} {
44
name: "fast-string-interpolator"
55
uri: "https://github.com/Sizmek/fast-string-interpolator.git#a7e763403d30c646440b19751f0c05133dc32695"
6+
67
// Missing dependency: com.dongxiguo#fastring. likely out of scope anyway
78
extra.exclude: ["fsi-benchmark", "fsi-benchmark-core"]
89
}

proj/fastparse.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
vars.proj.fastparse: ${vars.base} {
99
name: "fastparse"
1010
uri: "https://github.com/xuwei-k/fastparse.git#922f9c25ec6bc86c4a576bdd9d223ab692fed563"
11+
1112
extra.sbt-version: ${vars.sbt-0-13-version}
1213
extra.projects: [
1314
"fastparseJVM" // no Scala.js plz

0 commit comments

Comments
 (0)