Skip to content

Commit 07dd3c4

Browse files
authored
2.13: advance project SHAs (#1553)
1 parent 4dfa437 commit 07dd3c4

File tree

112 files changed

+121
-120
lines changed

Some content is hidden

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

112 files changed

+121
-120
lines changed

core/scalameta.conf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
// https://github.com/scalacommunitybuild/scalameta.git#community-build-2.13 # was scalameta, v4.4.28
1+
// https://github.com/scalacommunitybuild/scalameta.git#community-build-2.13 # was scalameta, v4.5.3
22

33
// we typically use a tag here rather than track a branch, in the
44
// interest of stability. whatever tag scalafmt and/or scalafix expect
55

6-
// forked to make it compile with `-Xsource:3`
7-
// (February 2022, v4.5.0 merged to fork)
6+
// forked to make it compile with `-Xsource:3` (updated April 2022)
87

98
vars.proj.scalameta: ${vars.base} {
109
name: "scalameta"
11-
uri: "https://github.com/scalacommunitybuild/scalameta.git#7c4db4ee71c312cbf714759ce4fd1a7194bd2cf8"
10+
uri: "https://github.com/scalacommunitybuild/scalameta.git#a0b4c0fe1e96277af3e41e04f7987c4736658c48"
1211

1312
extra.projects: ["semanticdbScalacPlugin", "testkitJVM"]
1413
extra.commands: ${vars.default-commands} [

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#13afc0333dedbc0329ce6d42e78ee7304b76a483"
5+
uri: "https://github.com/wartremover/wartremover.git#a9529e763862abf78be224226caa6e13983e447b"
66

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

proj/advxml.conf

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

33
vars.proj.advxml: ${vars.base} {
44
name: "advxml"
5-
uri: "https://github.com/geirolz/advxml.git#c2c74bf4b4e295798d0aeea08c25a3d69a3045d9"
5+
uri: "https://github.com/geirolz/advxml.git#4e204ef897c34c1b2962115b6be8ce34edeefb6d"
66

77
}

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#18eb8b5d0b465f019c49725a571d40007cf8d2f1"
5+
uri: "https://github.com/wvlet/airframe.git#e2bf03866d5aec271d44ff6bdbcfdc9cc545cd2d"
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#2972aabe560ad8c7b9c7ba89e2ab97c0c56aba49"
8+
uri: "https://github.com/hseeberger/akka-http-json.git#18a1ca8b544a215c8cacdd26f7635dc3d05fbf32"
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#15dc84972cfe13199dc34ca2542cb067a127c1f1"
5+
uri: "https://github.com/akka/akka-http.git#eaf87a3d80b7ac037f50e19e6220ca3e0531c41b"
66

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

proj/akka-management.conf

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

33
vars.proj.akka-management: ${vars.base} {
44
name: "akka-management"
5-
uri: "https://github.com/akka/akka-management.git#864e24f7ae01ce9a7b9477714fb302415a3e3aa0"
5+
uri: "https://github.com/akka/akka-management.git#97117106ff6d8c2c1aeeb94ebcf1c13f2ba99aa4"
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#b9dd36422ccaefe1758080c60e53ff4ad2df62be"
5+
uri: "https://github.com/akka/akka-persistence-jdbc.git#7669f816f6ebfe0429d2ffd7f94936be171b8060"
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#af18e824b43e388cd318206633e9f911f983a46c"
5+
uri: "https://github.com/akka/akka.git#bfafb8cf0f02aa935cec5f696eae639860a9823b"
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#f5190fd9a9741644ce9836848c67e461a59be5aa"
5+
uri: "https://github.com/akka/alpakka-kafka.git#04b6b6fc5fe32d9cbe671e9ae923838b35068893"
66

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

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#38a81cbf00d4e6db53bbd8b3ae33f3158b1c1b8d"
5+
uri: "https://github.com/polyvariant/better-tostring.git#4db1643d427d641863d028dd1b9376e602ecfd52"
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#908431dead57f64b88d8d3b6dddd313a9a807795"
5+
uri: "https://github.com/twitter/bijection.git#2510173dcb0f809c7c0516fd92893d96353b47b5"
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#56c8d3aa275a5e2dd77397d682113e1d03e936b4"
5+
uri: "https://github.com/http4s/blaze.git#37841a0105e2a9bc9befa088104fee9f5918f25d"
66

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

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#ee93091832792c904c6d2c84eb357fa3e7c761c7"
5+
uri: "https://github.com/alexarchambault/case-app.git#d1da1ac55e97ce49748b84b2a99aecbb2d8452cd"
66

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

proj/cats-effect-testing.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-testing: ${vars.base} {
44
name: "cats-effect-testing"
5-
uri: "https://github.com/djspiewak/cats-effect-testing.git#0a9268f1cfcea789d58a65168a395ada7a0484a6"
5+
uri: "https://github.com/djspiewak/cats-effect-testing.git#0a15afd171878722cc6de4559564cdfe313a22f3"
66

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

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#7c50ec096c57f769de4c2901980462e37fb013ec"
5+
uri: "https://github.com/typelevel/cats-effect.git#9396c67e4fdf05c44473774bdd43e9fc3b6f641e"
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#2d8e31cde9125516d1910a92afed7a3a8cf4b778"
5+
uri: "https://github.com/typelevel/cats-parse.git#d1b920464257f64d20d227c6ebbceb0deabc26b8"
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#5072b3c555e3da639503445a12459f6e033d146a"
5+
uri: "https://github.com/ChristopherDavenport/cats-time.git#f86165a714112780b8e2d23111d89c4b9f707d62"
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#9732f90a4891346fe7979918e606be32b01eef26"
5+
uri: "https://github.com/typelevel/cats.git#fe40bc2b4961386d829c0dd594af9bd80941947d"
66

77
extra.exclude: ["bench", "docs", "unidocs", "*JS", "*Native", "binCompatTest"]
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#8859ec479f27b6b5203ecc8940938ed9ae1dc12a"
5+
uri: "https://github.com/circe/circe-config.git#9d4c9f351fe7bc1547688a50b37e4ef4c4446009"
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#72f1ad1b400edc514e3f9fb93e8814431859f765"
5+
uri: "https://github.com/circe/circe-generic-extras.git#36d8941b54cf91179cb42757c601069581cc493a"
66

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

proj/circe-jackson.conf

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

33
vars.proj.circe-jackson: ${vars.base} {
44
name: "circe-jackson"
5-
uri: "https://github.com/circe/circe-jackson.git#525cb6d4e4c03f68ac8b308768f713b77facc0e9"
5+
uri: "https://github.com/circe/circe-jackson.git#c0d7c7c66f8cabe3db808b8fbfe748d86b9c55fc"
66

77
// there are some others, but leaving it at this for now
88
extra.projects: ["jackson28"]

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#bbcbd53637b601953dfbdb4fd6fb55944c4e476e"
5+
uri: "https://github.com/circe/circe.git#8586b423d201a31ed415735175d54c4751fea692"
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#b01d22a59427cba6fcf587b22ad1c0ba1ce71b72"
5+
uri: "https://github.com/vlovgr/ciris.git#6ad5836dd3ccd274ed68e6b885f13d9d4547fad7"
66

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

proj/coulomb.conf

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

66
vars.proj.coulomb: ${vars.base} {
77
name: "coulomb"
8-
uri: "https://github.com/erikerlandson/coulomb.git#95f703aca125dba2da51f454eecb4d0c292e3cdb"
8+
uri: "https://github.com/erikerlandson/coulomb.git#c95b943311ba656e38a262f11de70995375e234a"
99

1010
extra.projects: ["coulomb_testsJVM"] // builds & tests everything.... I think
1111
extra.commands: ${vars.default-commands} [

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#4e86a1500c6b7ce6ca8bde5e34598fb513371b17"
5+
uri: "https://github.com/bkirwi/decline.git#b773b4e6055c1853a4110c73e00d751b6c6f0704"
66

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

proj/dijon.conf

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

33
vars.proj.dijon: ${vars.base} {
44
name: "dijon"
5-
uri: "https://github.com/jvican/dijon.git#ce9665847f95e4d380ef5256b26cf939b8289305"
5+
uri: "https://github.com/jvican/dijon.git#ea97178c8cdc495bc74944c80774107ab6234739"
66

7-
extra.exclude: ["*JS"]
7+
extra.exclude: ["*JS", "*Native"]
88
// I guess sbt-release-early is pulling in sbt-bintray?!
99
extra.options: [
1010
"-Dbintray.user=dummy", "-Dbintray.pass=dummy"

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#1774cbcf1783e7eabc56f9580712a7fab25b8f86"
5+
uri: "https://github.com/typelevel/discipline-specs2.git#faa762951a88339f480f2aabe8748b06554edb39"
66

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

proj/discipline.conf

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

33
vars.proj.discipline: ${vars.base} {
44
name: "discipline"
5-
uri: "https://github.com/typelevel/discipline.git#127aa5f2f6a5435dcf37ec976b7c996d7abf0247"
5+
uri: "https://github.com/typelevel/discipline.git#3eccd3caa059c3e7369a91d52bdf6557e7b53f40"
66

77
extra.projects: ["coreJVM"] // no Scala.js please
88
extra.settings: ${vars.base.extra.settings} [

proj/doobie.conf

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

33
vars.proj.doobie: ${vars.base} {
44
name: "doobie"
5-
uri: "https://github.com/tpolecat/doobie.git#1d91345601dc3f0884cf6d76ee6159ff26b76589"
5+
uri: "https://github.com/tpolecat/doobie.git#35fbc3f551b561d0a3b905d89365b0b68c81f987"
66

77
extra.options: ["-Xss16m"] // prevent stack overflow when compiling build definition
88
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#0d955d275db1b848a24063166049f9ffaa0db609"
5+
uri: "https://github.com/underscoreio/doodle.git#539972498a3612b43a4f6aeb511d4a6a37e9d61d"
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#2062fec921e46a03c3e49e8eedbabbb857a3cd50"
5+
uri: "https://github.com/higherkindness/droste.git#cb779324a04ebec7599b4fa4e9747273285ffed9"
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#9e765b39e76f8f0339d45df13fa1e4a48358cc27"
5+
uri: "https://github.com/atnos-org/eff.git#648c5a97d4144486c1a95e4adabd031a05044b5c"
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#a9653999f6f72f724e0609213c81107ce30ff602"
5+
uri: "https://github.com/plokhotnyuk/fast-string-interpolator.git#e2ee0ca2a8e8d9d25cf88239ab48a5581754aa0e"
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#e2930895a77b251ad0422a270a612bf8aa7d34cc"
5+
uri: "https://github.com/47degrees/fetch.git#1a6e8daa1702501711581371aa2528aa644751a2"
66

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

proj/finch.conf

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

33
vars.proj.finch: ${vars.base} {
44
name: "finch"
5-
uri: "https://github.com/finagle/finch.git#298889b2d4663e821516b63c67f10cd52a8451b5"
5+
uri: "https://github.com/finagle/finch.git#1b1670ce7ffe785f2b07b39b26e63246b3570dcd"
66

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

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#519a7f65d0776f22332b3a4894631f60ae6b3086"
5+
uri: "https://github.com/foundweekends/giter8.git#5811f8bb2708e8e98baa87cdec6a396af7410766"
66

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

proj/github4s.conf

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

33
vars.proj.github4s: ${vars.base} {
44
name: "github4s"
5-
uri: "https://github.com/47deg/github4s.git#436d8fd995c44f18d62f6265ecf46cd524ee0e53"
5+
uri: "https://github.com/47deg/github4s.git#1d6dd297f50c793fe86e4957230033b4fd09d939"
66

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

proj/http4s.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
vars.proj.http4s: ${vars.base} {
44
name: "http4s"
5-
uri: "https://github.com/http4s/http4s.git#f60ca13b21d05478da0e4b0ea0543b31b7589790"
5+
uri: "https://github.com/http4s/http4s.git#41440798e7d4f1d32a3b62cf3d0d4c0839fa6684"
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""""
1111
"""set jettyClient / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "JettyClientSuite.scala""""
12-
"""set asyncHttpClient / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "AsyncHttpClientSuite.scala""""
1312
"""set okHttpClient / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "OkHttpClientSuite.scala""""
1413
"""set emberClient.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "EmberClientSuite.scala""""
1514
// got tired of these intermittently failing
@@ -19,7 +18,7 @@ vars.proj.http4s: ${vars.base} {
1918
"""set tomcatServer / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "TomcatServerSuite.scala""""
2019
]
2120
extra.exclude: [
22-
"root*", "*JS", "bench", "docs", "website", "node-serverless"
21+
"root*", "*JS", "bench", "node-serverless"
2322
// some yarn problem
2423
"examples-ember-client-h2", "examples-ember-server-h2"
2524
]

proj/ip4s.conf

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

33
vars.proj.ip4s: ${vars.base} {
44
name: "ip4s"
5-
uri: "https://github.com/Comcast/ip4s.git#580e2669784f018c6622c4c4f1b95d0c19d3871f"
5+
uri: "https://github.com/Comcast/ip4s.git#dcecedea30f113e5810e0d3cabfb895043e75c6a"
66

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

proj/jawn-fs2.conf

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

33
vars.proj.jawn-fs2: ${vars.base} {
44
name: "jawn-fs2"
5-
uri: "https://github.com/typelevel/jawn-fs2.git#a8f99ff2150fe3c2b42232b97c232b823c70a679"
5+
uri: "https://github.com/typelevel/jawn-fs2.git#26d95ed79d3129befa8b8fd053cc2adf21547139"
66

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

0 commit comments

Comments
 (0)