Skip to content

Commit

Permalink
2.13: advance project SHAs (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed May 12, 2021
1 parent f544b66 commit 82b4449
Show file tree
Hide file tree
Showing 76 changed files with 115 additions and 92 deletions.
15 changes: 8 additions & 7 deletions dependencies.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion proj/akka-http-cors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

vars.proj.akka-http-cors: ${vars.base} {
name: "akka-http-cors"
uri: "https://github.com/lomigmegard/akka-http-cors.git#f56e069079df902126bd9111fe17a0c7a77bdcea"
uri: "https://github.com/lomigmegard/akka-http-cors.git#dce30b10dc350f25da7725bd8b88352c1cdf342a"

extra.options: ["-Dakka.fail-mixed-versions=false"]
extra.projects: ["akka-http-cors"]
Expand Down
2 changes: 1 addition & 1 deletion proj/akka-http-json.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

vars.proj.akka-http-json: ${vars.base} {
name: "akka-http-json"
uri: "https://github.com/hseeberger/akka-http-json.git#69d1929bdbfe7d893c35a4dbc1b2f380a229bfa0"
uri: "https://github.com/hseeberger/akka-http-json.git#ecefc4f8c3007ed5c11f44a46b41266f559073e5"

// we might try to re-enable this when we have newer akka-http; right now
// the tests don't compile and it looks like an akka-http version problem
Expand Down
5 changes: 4 additions & 1 deletion proj/akka-management.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// https://github.com/akka/akka-management.git#master
// https://github.com/akka/akka-management.git#12a6933b1f30a93566d8ba055d96b1137e521c8d # was master

// dependency of lagom

// frozen (May 2021) at known-green commit before an upgrade to akka-http 10.2
// (we are still on 10.1)

vars.proj.akka-management: ${vars.base} {
name: "akka-management"
uri: "https://github.com/akka/akka-management.git#12a6933b1f30a93566d8ba055d96b1137e521c8d"
Expand Down
2 changes: 1 addition & 1 deletion proj/algebra.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.algebra: ${vars.base} {
name: "algebra"
uri: "https://github.com/typelevel/algebra.git#9a65ba045733169eb9f3d0688fbd09e6a9436ed6"
uri: "https://github.com/typelevel/algebra.git#5620d002a8d769d70b1b69c8cc6334dc9bc7c199"

extra.projects: ["coreJVM", "lawsJVM"] // no Scala.js, no benchmarks, no docs
}
2 changes: 1 addition & 1 deletion proj/bijection.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.bijection: ${vars.base} {
name: "bijection"
uri: "https://github.com/twitter/bijection.git#d2bd2e5b12327741dfdb6118b6b64fdadc65607e"
uri: "https://github.com/twitter/bijection.git#e92c46c4e6cc92b4d33bce338aa2b71a58f65fb1"

// at the moment let's just do the part scalafix needs. there are a bunch
// of integration modules, but my hunch is they are likelier to cause
Expand Down
8 changes: 7 additions & 1 deletion proj/breeze.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
// https://github.com/scalanlp/breeze.git#master
// https://github.com/scalanlp/breeze.git#31e9a796e3a978852b5d282b650a8699eeac2dab # was master

// frozen (May 2021) at known green commit before we started getting a ton of
// these errors:
// [breeze:error] WARNING: Failed to load implementation from:dev.ludovic.netlib.NativeBLAS
// [breeze:error] May 12, 2021 1:44:37 AM dev.ludovic.netlib.NativeBLAS getInstance
// which I didn't investigate

vars.proj.breeze: ${vars.base} {
name: "breeze"
Expand Down
2 changes: 1 addition & 1 deletion proj/cats-effect.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.cats-effect: ${vars.base} {
name: "cats-effect"
uri: "https://github.com/typelevel/cats-effect.git#495c23a3fa2790cd1587d01baa87f1187208e612"
uri: "https://github.com/typelevel/cats-effect.git#7194d2444bb8e854b026c50d692d84cfb0def83f"

extra.projects: ["coreJVM", "lawsJVM"] // no Scala.js plz
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion proj/cats-mtl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

vars.proj.cats-mtl: ${vars.base} {
name: "cats-mtl"
uri: "https://github.com/typelevel/cats-mtl.git#6c751972bab20c8acb02eef52507c59255383956"
uri: "https://github.com/typelevel/cats-mtl.git#7679d606336a4da0e6dfca43c0a481db273cc10c"

extra.exclude: ["*JS"]
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion proj/cats-parse.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.cats-parse: ${vars.base} {
name: "cats-parse"
uri: "https://github.com/typelevel/cats-parse.git#abfd712ceeb6b8cb248a69a8a8298a026da6d447"
uri: "https://github.com/typelevel/cats-parse.git#1d6061c380e35ba9f9ed2df63e002332446a16c4"

extra.exclude: ["bench", "docs", "*JS"]
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion proj/cats-testkit-scalatest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.cats-testkit-scalatest: ${vars.base} {
name: "cats-testkit-scalatest"
uri: "https://github.com/typelevel/cats-testkit-scalatest.git#e87b8b5ffed599b223e0939423d4e685ce9a5e67"
uri: "https://github.com/typelevel/cats-testkit-scalatest.git#f57a147ad844f0fe8f4c942a2c739453302923f0"

extra.exclude: ["*JS", "docs"]
}
2 changes: 1 addition & 1 deletion proj/cats-time.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.cats-time: ${vars.base} {
name: "cats-time"
uri: "https://github.com/ChristopherDavenport/cats-time.git#3b1c7aca39ddeca1faa28572ed3185f635435d35"
uri: "https://github.com/ChristopherDavenport/cats-time.git#c27d79a3b6a39e152416b8f03d06639fac46ff40"

extra.exclude: ["*JS", "docs"]
}
2 changes: 1 addition & 1 deletion proj/claimant.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.claimant: ${vars.base} {
name: "claimant"
uri: "https://github.com/typelevel/claimant.git#42559cb6f28f33c4226885554d0280f246f83759"
uri: "https://github.com/typelevel/claimant.git#3a002536c135fd9ead3547561ea76616fcfa86ff"

extra.exclude: ["root", "*JS"]
}
2 changes: 1 addition & 1 deletion proj/coulomb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

vars.proj.coulomb: ${vars.base} {
name: "coulomb"
uri: "https://github.com/erikerlandson/coulomb.git#22d374551c8ee86043617b007dcd19a749ba3c3c"
uri: "https://github.com/erikerlandson/coulomb.git#a7a42cd13ef9927cde3775011a2b1d1a73513dcc"

extra.projects: ["coulomb_testsJVM"] // builds & tests everything.... I think
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion proj/discipline-munit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.discipline-munit: ${vars.base} {
name: "discipline-munit"
uri: "https://github.com/typelevel/discipline-munit.git#65e186412a20481180fbf95527c332a136b04528"
uri: "https://github.com/typelevel/discipline-munit.git#014f8ca26fefab7c32a2779b9d3382df14ccf860"

extra.exclude: ["*JS", "*Native"]
}
2 changes: 1 addition & 1 deletion proj/discipline-scalatest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.discipline-scalatest: ${vars.base} {
name: "discipline-scalatest"
uri: "https://github.com/typelevel/discipline-scalatest.git#6670b25e9588552a61d6b0d1080f352e40eb406a"
uri: "https://github.com/typelevel/discipline-scalatest.git#cb72a3fd74ac98c0730611d5057f93ed15515b9b"

extra.exclude: ["*JS", "*Native", "docs"]
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion proj/discipline-specs2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.discipline-specs2: ${vars.base} {
name: "discipline-specs2"
uri: "https://github.com/typelevel/discipline-specs2.git#8404be0541167c1c23ec9b5666d566f819b1c8c3"
uri: "https://github.com/typelevel/discipline-specs2.git#3603b08749404f83946aab48203f8bd9f9410b49"

extra.exclude: ["*JS", "docs"]
}
2 changes: 1 addition & 1 deletion proj/discipline.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.discipline: ${vars.base} {
name: "discipline"
uri: "https://github.com/typelevel/discipline.git#66aa1a3afffcd8ac4f7ed63d8611de050b825d1f"
uri: "https://github.com/typelevel/discipline.git#b0865da0c5e016ad1d45060f52885219256d3205"

extra.projects: ["coreJVM"] // no Scala.js please
extra.commands: ${vars.default-commands} [
Expand Down
7 changes: 6 additions & 1 deletion proj/droste.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@

vars.proj.droste: ${vars.base} {
name: "droste"
uri: "https://github.com/higherkindness/droste.git#63a4ed2b24a51a4aea07a98d39478e514734dc66"
uri: "https://github.com/higherkindness/droste.git#466aa78f60e80aa9b66e81183f3b25450e5b8d72"

extra.exclude: [
// out of scope
"*JS", "docs", "readme", "publish", "coverage"
// [error] **** Missing dependency: the library io.github.stanch#reftree
"reftree"
]
extra.settings: ${vars.base.extra.settings} [
// sbt-github is complaining that this is missing;
// maybe some variant of https://github.com/sbt/sbt-git/issues/171 ? oh well
"""ThisBuild / scmInfo := Some(ScmInfo(url("https://github.com/higherkindness/droste"), "scm:git:https://github.com/higherkindness/droste.git", Some("scm:git:git@github.com:higherkindness/droste.git")))"""
]
extra.commands: ${vars.default-commands} [
"set every gpgWarnOnFailure := true"
// Scaladoc generation failure:
Expand Down
2 changes: 1 addition & 1 deletion proj/expression-evaluator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

vars.proj.expression-evaluator: ${vars.base} {
name: "expression-evaluator"
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#bc434563cfa180740bc513e3c567a5996ddbf11d"
uri: "https://github.com/plokhotnyuk/expression-evaluator.git#aeb26de806c3602fe397c44a58f3ac5e0b71cfa1"

}
2 changes: 1 addition & 1 deletion proj/fast-string-interpolator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.fast-string-interpolator: ${vars.base} {
name: "fast-string-interpolator"
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#648bd29f1cb718fc49f4684bade94133c33708d2"
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#586dd84d05450962d265a972261a8b99c254827c"

// Missing dependency: com.dongxiguo#fastring. likely out of scope anyway
extra.exclude: ["fsi-benchmark", "fsi-benchmark-core"]
Expand Down
2 changes: 1 addition & 1 deletion proj/fs2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

vars.proj.fs2: ${vars.base} {
name: "fs2"
uri: "https://github.com/typelevel/fs2.git#268d0c189a3663e695cae96053298d72daaf44eb"
uri: "https://github.com/typelevel/fs2.git#5d2580ac99cfb39517dca35c66ab6c47d60aff02"

// no Scala.js, no benchmarks or docs
extra.projects: ["coreJVM", "reactiveStreams", "io"]
Expand Down
2 changes: 1 addition & 1 deletion proj/github4s.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.github4s: ${vars.base} {
name: "github4s"
uri: "https://github.com/47deg/github4s.git#6dbfc8c99c4fad9da5b4ccaea3813b34889e3328"
uri: "https://github.com/47deg/github4s.git#46015f70ba777ea6a67121cda0d445390dce25ec"

extra.projects: ["github4s"]
extra.settings: ${vars.base.extra.settings} [
Expand Down
2 changes: 1 addition & 1 deletion proj/implicitbox.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

vars.proj.implicitbox: ${vars.base} {
name: "implicitbox"
uri: "https://github.com/monix/implicitbox.git#7ace8f6bc8f546142540202ac3da1099c7046196"
uri: "https://github.com/monix/implicitbox.git#7c76dcb2d7b3efbbb84adfe9cee7eb286d043e44"

extra.projects: ["implicitboxJVM"]
}
2 changes: 1 addition & 1 deletion proj/jsoniter-scala.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.jsoniter-scala: ${vars.base} {
name: "jsoniter-scala"
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#f302195485ce28d00ac9303527c848b943830082"
uri: "https://github.com/plokhotnyuk/jsoniter-scala.git#5f1ee2b7d607e489cc0801fb8de0f2fc8b489d7f"

extra.exclude: ["*JS", "*benchmark*"]
}
2 changes: 1 addition & 1 deletion proj/kamon.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.kamon: ${vars.base} {
name: "kamon"
uri: "https://github.com/kamon-io/Kamon.git#a6ebacad99017c45b1800a18a797f9e73d96df80"
uri: "https://github.com/kamon-io/Kamon.git#e668e828a0c4c9cb1a5be6473940e75220dad68a"

// just what lila-ws needs, for now anyway
extra.projects: ["kamon-core", "kamon-influxdb", "kamon-system-metrics"]
Expand Down
5 changes: 4 additions & 1 deletion proj/kind-projector.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// https://github.com/typelevel/kind-projector.git#main
// https://github.com/typelevel/kind-projector.git#51ffa999d74dd8bc87b89a34da152e2d5ca08f3e

// frozen (May 2021) just before an incompatible change:
// https://github.com/typelevel/kind-projector/pull/186

vars.proj.kind-projector: ${vars.base} {
name: "kind-projector"
Expand Down
2 changes: 1 addition & 1 deletion proj/kittens.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.kittens: ${vars.base} {
name: "kittens"
uri: "https://github.com/typelevel/kittens.git#f9590096680864bce8dab252b00da755af2d61c6"
uri: "https://github.com/typelevel/kittens.git#5ea0427317fb88399b3b07688500cbd8f0c98bfc"

extra.projects: ["coreJVM"] // sorry, Scala.js
}
2 changes: 1 addition & 1 deletion proj/lightbend-emoji.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.lightbend-emoji: ${vars.base} {
name: "lightbend-emoji"
uri: "https://github.com/lightbend/lightbend-emoji.git#7513da1733f2182263ec90dbd17bad374aa4891f"
uri: "https://github.com/lightbend/lightbend-emoji.git#b246b6e12f38419babfaaf2aabc6317323927aa0"

extra.options: ["-Dsbt.sbtbintray=false"]
}
2 changes: 1 addition & 1 deletion proj/lila-ws.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

vars.proj.lila-ws: ${vars.base} {
name: "lila-ws"
uri: "https://github.com/ornicar/lila-ws.git#7629b59c9b5cb7b553d4e37f02efdd520b6948b5"
uri: "https://github.com/ornicar/lila-ws.git#513c610612433f8308f1338f8cd6bdd4ddeff5e1"

}
4 changes: 2 additions & 2 deletions proj/mdoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

vars.proj.mdoc: ${vars.base} {
name: "mdoc"
uri: "https://github.com/scalameta/mdoc.git#179c110935f208f084a01ca1b74aedf8c3607779"
uri: "https://github.com/scalameta/mdoc.git#96aecfb8e0f934e4eaf378a03d075a93e3b511b1"

extra.exclude: [
"js", "jsdocs", "docs", "unit", "plugin"
"js", "jsdocs", "docs", "unit", "plugin", "*JS"
// tests-only, and it downloads Maven Central artifacts but doesn't use the right Scala binary version.
// probably not worth tinkering with
"worksheets"
Expand Down
2 changes: 1 addition & 1 deletion proj/metrics-scala.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.metrics-scala: ${vars.base} {
name: "metrics-scala"
uri: "https://github.com/erikvanoosten/metrics-scala.git#edb31f2048a4b21a85a0b082b87cf406e95f6820"
uri: "https://github.com/erikvanoosten/metrics-scala.git#baaa16bb93dc4ef47d400e2ffe19170db2915f1f"

// our Akka version is 2.6; as of January 2020 there is only a
// a metricsAkka25 project, no Akka26, but perhaps it will be source-compatible?
Expand Down
2 changes: 1 addition & 1 deletion proj/mockito-scala.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

vars.proj.mockito-scala: ${vars.base} {
name: "mockito-scala"
uri: "https://github.com/mockito/mockito-scala.git#c0f35f019edb670fbb3a2d15d1c7a225424c4826"
uri: "https://github.com/mockito/mockito-scala.git#f7b783a0dd0f2dc48c7618c199c33ed654b73454"

extra.exclude: ["scalaz"]
}
2 changes: 1 addition & 1 deletion proj/monix-bio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.monix-bio: ${vars.base} {
name: "monix-bio"
uri: "https://github.com/monix/monix-bio.git#896baf5580ac05653c7c22b5356163b6888c4b20"
uri: "https://github.com/monix/monix-bio.git#5ea17914b0f0af58fc333662baad28a1ba4a9adc"

extra.exclude: ["*JS", "benchmarks", "docs"]
}
2 changes: 1 addition & 1 deletion proj/monix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.monix: ${vars.base} {
name: "monix"
uri: "https://github.com/monix/monix.git#02ee9b9d717540f0dd0824a02fe686af316efe18"
uri: "https://github.com/monix/monix.git#651e7da743170dd22cad7bf2e0434d1b295967e0"

extra.projects: [
"coreJVM", "reactiveJVM"
Expand Down
2 changes: 1 addition & 1 deletion proj/monocle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.monocle: ${vars.base} {
name: "monocle"
uri: "https://github.com/julien-truffaut/Monocle.git#b910e9745c1eb878313225cda9e415610d6497d6"
uri: "https://github.com/julien-truffaut/Monocle.git#0a82947207896e53b293571ef07ba479b4a8f56b"

// try to enable more subprojects?
extra.projects: ["coreJVM", "macrosJVM", "lawJVM", "genericJVM"]
Expand Down
2 changes: 1 addition & 1 deletion proj/mouse.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.mouse: ${vars.base} {
name: "mouse"
uri: "https://github.com/typelevel/mouse.git#8fde62b5505bd37ca520d3627f0ac5048c155321"
uri: "https://github.com/typelevel/mouse.git#170c8566681fe035bed1a6a9bf84d96a93ed98c9"

extra.projects: ["crossJVM"] // no Scala.js please
}
2 changes: 1 addition & 1 deletion proj/munit-cats-effect.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.munit-cats-effect: ${vars.base} {
name: "munit-cats-effect"
uri: "https://github.com/typelevel/munit-cats-effect.git#e303a2905164cd99b41da0a65ab1d4aacb9afcd6"
uri: "https://github.com/typelevel/munit-cats-effect.git#5a4ee90a625e01c47421a17d1b093b2f27b9f2c5"

extra.projects: ["ce2JVM"] // we don't have Cats Effect 3 yet
extra.exclude: ["*JS"]
Expand Down
2 changes: 1 addition & 1 deletion proj/munit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.munit: ${vars.base} {
name: "munit"
uri: "https://github.com/scalameta/munit.git#784d0d4f0f3da9530245210a9f6923e537580640"
uri: "https://github.com/scalameta/munit.git#84980e9d5e0306e30f65f1f64fa3a52c474879f5"

extra.exclude: ["docs", "plugin", "*JS", "*Native"]
extra.settings: ${vars.base.extra.settings} [
Expand Down
2 changes: 1 addition & 1 deletion proj/natchez.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

vars.proj.natchez: ${vars.base} {
name: "natchez"
uri: "https://github.com/tpolecat/natchez.git#01286806cd2df01ac38d5decb76a972e826d05da"
uri: "https://github.com/tpolecat/natchez.git#c97ab5313d7179c5da9092e7cb88205013540813"

// let's try and squeak by with just the minimum, since our present goal is
// just to get pfps-shopping-cart green
Expand Down
2 changes: 1 addition & 1 deletion proj/nscala-time.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

vars.proj.nscala-time: ${vars.base} {
name: "nscala-time"
uri: "https://github.com/nscala-time/nscala-time.git#eb90d908b2fd8d115c4c6ebfe3382de80876a64a"
uri: "https://github.com/nscala-time/nscala-time.git#27da21f2f84489a368965245953f6b0b11c0bf58"

}
2 changes: 1 addition & 1 deletion proj/paiges.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.paiges: ${vars.base} {
name: "paiges"
uri: "https://github.com/typelevel/paiges.git#859163c2cf69210fda4c9b8ae5e44e97c91d15e3"
uri: "https://github.com/typelevel/paiges.git#90e5f1a4b3b1949751480bf370c75e16c777cd8e"

extra.projects: ["coreJVM", "catsJVM"] // but not "benchmark"
extra.commands: ${vars.default-commands} [
Expand Down
2 changes: 1 addition & 1 deletion proj/parboiled.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

vars.proj.parboiled: ${vars.base} {
name: "parboiled"
uri: "https://github.com/sirthias/parboiled.git#84aab4cf776ff70f2a3d6ef42d049c8ae3cd216f"
uri: "https://github.com/sirthias/parboiled.git#84929855f2554ed8eaafa713a94668428bebadae"

extra.projects: ["parboiled-scala"]
}

0 comments on commit 82b4449

Please sign in to comment.