Skip to content

Commit 9dfd488

Browse files
authored
2.13: advance project SHAs (#1497)
1 parent 481a3c3 commit 9dfd488

File tree

111 files changed

+125
-140
lines changed

Some content is hidden

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

111 files changed

+125
-140
lines changed

core/genjavadoc.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
vars.proj.genjavadoc: ${vars.base} {
44
name: "genjavadoc"
5-
uri: "https://github.com/lightbend/genjavadoc.git#f0e093834568ed035bf46601052a40a13e7b981b"
5+
uri: "https://github.com/lightbend/genjavadoc.git#c6da20352b0cfe419adbc6395a558866ce3a6a51"
66

77
}

core/scalafix.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.scalafix: ${vars.base} {
44
name: "scalafix"
5-
uri: "https://github.com/scalacenter/scalafix.git#0686db1433f6e4bb4e370f049d464ee562094b90"
5+
uri: "https://github.com/scalacenter/scalafix.git#32381f33da1c2e6e24d926f2c6e1d299f650cfaa"
66

77
extra.exclude: [
88
// out of scope

core/wartremover.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.wartremover: ${vars.base} {
44
name: "wartremover"
5-
uri: "https://github.com/wartremover/wartremover.git#cb76e97d497069833427847e117122e1229d6d96"
5+
uri: "https://github.com/wartremover/wartremover.git#bb6590fc927009794e2333af945583d411664e64"
66

77
extra.exclude: [
88
"sbt-plugin"

proj/airframe.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.airframe: ${vars.base} {
44
name: "airframe"
5-
uri: "https://github.com/wvlet/airframe.git#38b544ca97f64598e96de75c9987064b842c46da"
5+
uri: "https://github.com/wvlet/airframe.git#9b7e8df586cf367c01ecefa11a07872e6dd4e953"
66

77
extra.projects: ["communityBuild"] // no Scala.js plz
88
extra.commands: ${vars.default-commands} [

proj/akka-http-json.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
vars.proj.akka-http-json: ${vars.base} {
77
name: "akka-http-json"
8-
uri: "https://github.com/hseeberger/akka-http-json.git#99da70cfc1a755f97607b184e7a699550374f057"
8+
uri: "https://github.com/hseeberger/akka-http-json.git#cbe9dce544137b1726f107f04e50c072de4fdc9f"
99

1010
// we might try to re-enable this when we have newer akka-http; right now
1111
// the tests don't compile and it looks like an akka-http version problem

proj/akka-http.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.akka-http: ${vars.base} {
44
name: "akka-http"
5-
uri: "https://github.com/akka/akka-http.git#16890a19a69c4517164e1099f72e6c97e645869d"
5+
uri: "https://github.com/akka/akka-http.git#d5d51a826148d2b4472d8199d87e794b00b2e381"
66

77
extra.exclude: ["docs", "akka-http-bench-jmh"]
88
extra.options: [

proj/akka-management.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// https://github.com/akka/akka-management.git#master
1+
// https://github.com/akka/akka-management.git#main
22

33
vars.proj.akka-management: ${vars.base} {
44
name: "akka-management"
5-
uri: "https://github.com/akka/akka-management.git#98d90026103a85c4c8c69a425939b809998973bf"
5+
uri: "https://github.com/akka/akka-management.git#185b91895407f9e1aaffd9a3321d23f2aa73c056"
66

77
// for now anyway, ambition level is just to include anything lagom needs
88
extra.projects: ["akka-management", "cluster-bootstrap", "cluster-http"]

proj/akka-persistence-jdbc.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.akka-persistence-jdbc: ${vars.base} {
44
name: "akka-persistence-jdbc"
5-
uri: "https://github.com/akka/akka-persistence-jdbc.git#cf9d1d47add4edd8e58047bfaeab8fd53a3fcebc"
5+
uri: "https://github.com/akka/akka-persistence-jdbc.git#649f6a84bf2cc811a9bb77d2ef12db4762ab840e"
66

77
// it isn't clear to me that there are any tests we can run without
88
// doing the Docker stuff in their test.sh script. we might ask the

proj/akka.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.akka: ${vars.base} {
44
name: "akka"
5-
uri: "https://github.com/akka/akka.git#1e05c52c5dcf57ef17d988c700e4ed7302311037"
5+
uri: "https://github.com/akka/akka.git#c92489f9ed83e183017f20c4512592bb862a1f0c"
66

77
extra.projects: ["akka-scala-nightly"]
88
extra.exclude: [

proj/alpakka-kafka.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.alpakka-kafka: ${vars.base} {
44
name: "alpakka-kafka"
5-
uri: "https://github.com/akka/alpakka-kafka.git#c7005ac2f086992c70eac49ffb9fd96cbcadfe07"
5+
uri: "https://github.com/akka/alpakka-kafka.git#8762635be58b83a4cab9194228343e34b9aa7c60"
66

77
extra.exclude: [
88
// out of scope

proj/atto.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.atto: ${vars.base} {
44
name: "atto"
5-
uri: "https://github.com/tpolecat/atto.git#5f71a86e21b079c8c466b941b1a8fbd94bdf59bf"
5+
uri: "https://github.com/tpolecat/atto.git#81a8e165e504faa3a06d414c7f00cb84b317f057"
66

77
extra.exclude: ["*JS", "docs", "atto"]
88
}

proj/better-tostring.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
vars.proj.better-tostring: ${vars.base} {
44
name: "better-tostring"
5-
uri: "https://github.com/polyvariant/better-tostring.git#7e0fad582134b7f0f7a06ce2fbac7772cb09884d"
5+
uri: "https://github.com/polyvariant/better-tostring.git#d3e7f9102a29635b0c5dff9152a1cf110a9f89c8"
66

77
}

proj/bijection.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.bijection: ${vars.base} {
44
name: "bijection"
5-
uri: "https://github.com/twitter/bijection.git#3c156f6062d711784806a157596ee0d3e82fd94f"
5+
uri: "https://github.com/twitter/bijection.git#ae5ac4fd52dc76713beaffd23f24599e0f5be277"
66

77
// at the moment let's just do the part scalafix needs. there are a bunch
88
// of integration modules, but my hunch is they are likelier to cause

proj/blaze.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.blaze: ${vars.base} {
44
name: "blaze"
5-
uri: "https://github.com/http4s/blaze.git#a4f21f19572732dd81f2038ac68f9136990acf22"
5+
uri: "https://github.com/http4s/blaze.git#29037da7cab4230ca1c312691fe52b267584b23e"
66

77
extra.commands: ${vars.default-commands} [
88
"set every gpgWarnOnFailure := true"

proj/breeze.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.breeze: ${vars.base} {
44
name: "breeze"
5-
uri: "https://github.com/scalanlp/breeze.git#4c0610366764a20b19a98fc1f7c6c5c16cd308e6"
5+
uri: "https://github.com/scalanlp/breeze.git#08ee09d5c56a6599dbad7e829e6353406695cafd"
66

77
extra.exclude: ["benchmark"]
88
// compilation is slow, maybe more heap would help?

proj/cachecontrol.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.cachecontrol: ${vars.base} {
44
name: "cachecontrol"
5-
uri: "https://github.com/playframework/cachecontrol.git#ccae72a5325fe897a5e495e74b596cb01f92a91a"
5+
uri: "https://github.com/playframework/cachecontrol.git#fef9cc4dd89db772e6f49cd0edb5d8de71661b93"
66

77
extra.settings: ${vars.base.extra.settings} [
88
// dbuild gets confused if only crossScalaVersions is set?!

proj/case-app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.case-app: ${vars.base} {
44
name: "case-app"
5-
uri: "https://github.com/alexarchambault/case-app.git#67c64c35da12d87461a8e9b4427a833ae42d61a5"
5+
uri: "https://github.com/alexarchambault/case-app.git#c22dc2712ca7f7a9c60709b6f299f0f4de285299"
66

77
// this is enough for scalafix, I didn't even try adding the rest
88
extra.projects: ["coreJVM"]

proj/catbird.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.catbird: ${vars.base} {
44
name: "catbird"
5-
uri: "https://github.com/typelevel/catbird.git#103ba824483f9c10e8558705c1dce5858edb2a3c"
5+
uri: "https://github.com/typelevel/catbird.git#f6a9518faa3733d7ed8a43f04097fa240e80233b"
66

77
extra.exclude: ["benchmark"]
88
}

proj/cats-effect.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.cats-effect: ${vars.base} {
44
name: "cats-effect"
5-
uri: "https://github.com/typelevel/cats-effect.git#a2f2fb74e4a66fb71036a730bbef616cba968343"
5+
uri: "https://github.com/typelevel/cats-effect.git#2a4420b75a7a83be41c07d052901c58f6d2f6846"
66

77
extra.exclude: ["*JS", "benchmarks", "docs"]
88
extra.commands: ${vars.default-commands} [

proj/cats-parse.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.cats-parse: ${vars.base} {
44
name: "cats-parse"
5-
uri: "https://github.com/typelevel/cats-parse.git#1623b12a0e9d87865b878c50e78c67d14ebbe5c5"
5+
uri: "https://github.com/typelevel/cats-parse.git#2354a2b4f3e6aad7db84ad3e8eacabd2f31fd8c5"
66

77
extra.exclude: ["bench", "docs", "*JS"]
88
extra.commands: ${vars.default-commands} [

proj/cats-time.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.cats-time: ${vars.base} {
44
name: "cats-time"
5-
uri: "https://github.com/ChristopherDavenport/cats-time.git#65ddb72bfcb31f8c6e6835ebec8dd0b4fe731e76"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#b06382d1328bdaeed1b96d691c2c518ad6e641f5"
66

77
extra.exclude: ["*JS", "docs"]
88
}

proj/cats.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.cats: ${vars.base} {
44
name: "cats"
5-
uri: "https://github.com/typelevel/cats.git#b19167169c46fa9182a89f20829bb60df4392afd"
5+
uri: "https://github.com/typelevel/cats.git#ce76f665768ef85a7266a2911fa538be3a1ef6ab"
66

77
extra.exclude: ["bench", "docs", "*JS", "*Native", "js", "binCompatTest", "native", "cats"]
88
// tests are memory-hungry. hard to tell if occasional OutOfMemoryErrors are because

proj/circe-config.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
vars.proj.circe-config: ${vars.base} {
44
name: "circe-config"
5-
uri: "https://github.com/circe/circe-config.git#b9f5e3b4ce9617b26c979a2f50dc18c69c436193"
5+
uri: "https://github.com/circe/circe-config.git#a45d03ff455d6d6a1c4b59cb32869760ad0cdc4f"
66

77
}

proj/circe-generic-extras.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.circe-generic-extras: ${vars.base} {
44
name: "circe-generic-extras"
5-
uri: "https://github.com/circe/circe-generic-extras.git#adbb8397c97f2b93083aee91606fd4d4b5391587"
5+
uri: "https://github.com/circe/circe-generic-extras.git#50402a8560a3982c801d0e13a9cccaa58703ab2f"
66

77
extra.projects: ["genericExtras"]
88
extra.settings: ${vars.base.extra.settings} [

proj/circe-jackson.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
vars.proj.circe-jackson: ${vars.base} {
44
name: "circe-jackson"
5-
uri: "https://github.com/circe/circe-jackson.git#2b5fe4c3d6ec50b4391507333c93962fc5972ca5"
5+
uri: "https://github.com/circe/circe-jackson.git#0fc69cedc6ab59220eb515e9281b6ceb8358f180"
66

7-
extra.sbt-version: "1.5.2" // until they're on new enough sbt-scoverage
87
// there are some others, but leaving it at this for now
98
extra.projects: ["jackson28"]
109
}

proj/circe.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.circe: ${vars.base} {
44
name: "circe"
5-
uri: "https://github.com/circe/circe.git#3371143782c45d5466c549bbef1134e9aedb2eaa"
5+
uri: "https://github.com/circe/circe.git#f6be8a113cddf9bc3adcd48eeca0084e6697eb4f"
66

77
extra.exclude: ["*JS", "benchmark*", "scalajs*", "docs"]
88
}

proj/ciris.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.ciris: ${vars.base} {
44
name: "ciris"
5-
uri: "https://github.com/vlovgr/ciris.git#f58486cf789b25d6e22407dab89af41feb9bddba"
5+
uri: "https://github.com/vlovgr/ciris.git#8b92d45cfa5aaca094846a47de341cb2d23e9145"
66

77
extra.exclude: ["docs"]
88
}

proj/decline.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.decline: ${vars.base} {
44
name: "decline"
5-
uri: "https://github.com/bkirwi/decline.git#5e5a5be6fc9b822b4bf0780914e64a2a7a0acb66"
5+
uri: "https://github.com/bkirwi/decline.git#89130f831eaefc6bbf7faee43af2e2583e1dac67"
66

77
extra.projects: ["declineJVM", "refinedJVM"] // no Scala.js, no doc
88
}

proj/discipline-specs2.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.discipline-specs2: ${vars.base} {
44
name: "discipline-specs2"
5-
uri: "https://github.com/typelevel/discipline-specs2.git#4643ee823db0bacf8cb4e0ae3575a4f6da65fb37"
5+
uri: "https://github.com/typelevel/discipline-specs2.git#adf7975777c64cbe35154ae274c0c58a1a533ff5"
66

77
extra.exclude: ["*JS", "docs"]
88
extra.commands: ${vars.default-commands} [

proj/doobie.conf

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
// https://github.com/SethTisue/doobie.git#sbt-1.5 # was tpolecat, main
2-
3-
// temporarily forked pending merge of
4-
// https://github.com/tpolecat/doobie/pull/1573
1+
// https://github.com/tpolecat/doobie.git#main
52

63
vars.proj.doobie: ${vars.base} {
74
name: "doobie"
8-
uri: "https://github.com/SethTisue/doobie.git#26241e3bbba8abde1da542b87d359ee8b74e4005"
5+
uri: "https://github.com/tpolecat/doobie.git#a2c0733109b412eafba83bf42ae339ee7f839db9"
96

107
extra.options: ["-Xss16m"] // prevent stack overflow when compiling build definition
118
extra.exclude: [

proj/doodle.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.doodle: ${vars.base} {
44
name: "doodle"
5-
uri: "https://github.com/underscoreio/doodle.git#e672704017d5c3924146a64cf8692d3f14f6b97d"
5+
uri: "https://github.com/underscoreio/doodle.git#39c2593ba7a9741fb3a1e3f36e457b12dabcdc32"
66

77
extra.exclude: ["*JS", "docs"]
88
extra.commands: ${vars.default-commands} [

proj/droste.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.droste: ${vars.base} {
44
name: "droste"
5-
uri: "https://github.com/higherkindness/droste.git#ea5915afe501d822421fc399bf5f2d1a33d4c136"
5+
uri: "https://github.com/higherkindness/droste.git#a75882ffea41807826161b89ce39472327b81818"
66

77
extra.exclude: [
88
// out of scope

proj/eff.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.eff: ${vars.base} {
44
name: "eff"
5-
uri: "https://github.com/atnos-org/eff.git#c0cd6140fa174ac75b29866147e29b937751f31c"
5+
uri: "https://github.com/atnos-org/eff.git#07674a0d1ee41c51dbe5703162cfd7b439158f50"
66

77
extra.exclude: ["scalazJVM", "*JS", "*Native"]
88
}

proj/fast-string-interpolator.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.fast-string-interpolator: ${vars.base} {
44
name: "fast-string-interpolator"
5-
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#99b6c9e5971233c04554111764c933893f3dae3c"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#bffafdd9c20ddd91c622059ff8fa19252ed39b24"
66

77
// Missing dependency: com.dongxiguo#fastring. likely out of scope anyway
88
extra.exclude: ["fsi-benchmark", "fsi-benchmark-core"]

proj/fetch.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.fetch: ${vars.base} {
44
name: "fetch"
5-
uri: "https://github.com/47degrees/fetch.git#3002a74bd0e26e411a41f962d38aa5cbd96872ad"
5+
uri: "https://github.com/47degrees/fetch.git#a0feada405f81ebbe6b658a783d7ccec9f8f39eb"
66

77
extra.exclude: ["documentation", "microsite", "*JS"]
88
extra.settings: ${vars.base.extra.settings} [

proj/fs2.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
vars.proj.fs2: ${vars.base} {
66
name: "fs2"
7-
uri: "https://github.com/typelevel/fs2.git#fdcf03a76fe42a4aa03f34dfb2bc836107d2d84e"
7+
uri: "https://github.com/typelevel/fs2.git#24282e2268f489972252433b4b85e8c8ecf5109b"
88

99
// no Scala.js, no benchmarks or docs
1010
extra.projects: ["coreJVM", "reactiveStreams", "io"]

proj/giter8.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars.proj.giter8: ${vars.base} {
44
name: "giter8"
5-
uri: "https://github.com/foundweekends/giter8.git#53e50f7aa81eb398e907ee902530cfe88844c1d0"
5+
uri: "https://github.com/foundweekends/giter8.git#fd0e7ef44c8489680ac2941500da4928b9f82fbc"
66

77
extra.exclude: [
88
// these are sbt plugins

proj/github4s.conf

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,12 @@
22

33
vars.proj.github4s: ${vars.base} {
44
name: "github4s"
5-
uri: "https://github.com/47deg/github4s.git#4a3ab980ce0dda1b0c324c750e46b6e8f75e6d18"
5+
uri: "https://github.com/47deg/github4s.git#3af68f1d1d9b3ce3528ece75e6f2517b7a53d427"
66

7-
extra.sbt-version: "1.5.2" // until they're on new enough sbt-scoverage
87
extra.projects: ["github4s"]
98
extra.settings: ${vars.base.extra.settings} [
109
// sbt-github is complaining that this is missing;
1110
// maybe some variant of https://github.com/sbt/sbt-git/issues/171 ? oh well
1211
"""ThisBuild / scmInfo := Some(ScmInfo(url("https://github.com/47degrees/github4s"), "scm:git:https://github.com/47degrees/github4s.git", Some("scm:git:[email protected]:47degrees/github4s.git")))"""
1312
]
14-
extra.commands: ${vars.default-commands} [
15-
// not investigated, maybe a version mismatch with http4s?
16-
"""set github4s / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "Http4sSyntaxSpec.scala""""
17-
// otherwise we get scalacheck/shapeless "Conflicting cross-version suffixes" :shrug:
18-
"set every conflictWarning := ConflictWarning.disable"
19-
]
20-
deps.inject: ${vars.base.deps.inject} [
21-
// dbuild gets confused by the extra _1.15
22-
"com.github.alexarchambault#scalacheck-shapeless_1.15"
23-
]
2413
}

proj/http4s.conf

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@
22

33
vars.proj.http4s: ${vars.base} {
44
name: "http4s"
5-
uri: "https://github.com/http4s/http4s.git#607eda8e58050589ebbb1aa4caa7e9ade356f58b"
5+
uri: "https://github.com/http4s/http4s.git#714ecd15c8a130bb941b0a84fdaa15f904517510"
66

77
extra.commands: ${vars.default-commands} [
88
"set every gpgWarnOnFailure := true"
99
// java.net.ConnectException on all of these
1010
"""set client.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "JavaNetClientSuite.scala""""
11-
"""set jettyClient.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "JettyClientSuite.scala""""
12-
"""set asyncHttpClient.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "AsyncHttpClientSuite.scala""""
13-
"""set okHttpClient.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "OkHttpClientSuite.scala""""
11+
"""set jettyClient / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "JettyClientSuite.scala""""
12+
"""set asyncHttpClient / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "AsyncHttpClientSuite.scala""""
13+
"""set okHttpClient / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "OkHttpClientSuite.scala""""
1414
"""set emberClient.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "EmberClientSuite.scala""""
1515
// got tired of these intermittently failing
16-
"""set blazeClient.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "BlazeClientSpec.scala" || "BlazeHttp1ClientSuite.scala" || "ClientTimeoutSpec.scala""""
17-
"""set blazeServer.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "Http1ServerStageSpec.scala""""
16+
"""set blazeClient / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "BlazeClientSpec.scala" || "BlazeHttp1ClientSuite.scala" || "ClientTimeoutSpec.scala""""
17+
"""set blazeServer / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "Http1ServerStageSpec.scala""""
18+
// not investigated
19+
"""set tomcatServer / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "TomcatServerSuite.scala""""
1820
]
1921
extra.exclude: [
20-
"root*", "*JS", "bench", "docs", "website"
22+
"root*", "*JS", "bench", "docs", "website", "node-serverless"
2123
]
2224
}

0 commit comments

Comments
 (0)