@@ -542,6 +542,14 @@ build += {
542
542
extra.projects: ["coreJVM", "scodecJVM", "io"] // no Scala.js, no benchmarks or docs
543
543
}
544
544
545
+ ${vars.base} {
546
+ name: "fs2-reactive-streams"
547
+ uri: ${vars.uris.fs2-reactive-streams-uri}
548
+ extra.sbt-version: ${vars.sbt-1-version}
549
+ extra.exclude: ["docs"]
550
+ check-missing: false // ignore missing scalafmt
551
+ }
552
+
545
553
${vars.base} {
546
554
name: "cats"
547
555
uri: ${vars.uris.cats-uri}
@@ -1590,8 +1598,6 @@ build += {
1590
1598
extra.exclude: [
1591
1599
// outside our purview
1592
1600
"bench", "docs"
1593
- // Missing dependency: com.github.zainab-ali#fs2-reactive-streams
1594
- "async-http-client"
1595
1601
// weird errors, probably not appropriate to run anyway
1596
1602
"load-test"
1597
1603
]
@@ -1641,6 +1647,19 @@ build += {
1641
1647
]
1642
1648
}
1643
1649
1650
+ // in this space because it depends on circe-core.
1651
+ // forked (February 2018) to remove Scalafmt -- not sure why the
1652
+ // usual workarounds didn't work in this repo.
1653
+ // (see https://github.com/scala/community-builds/pull/618)
1654
+ ${vars.base} {
1655
+ name: "sttp"
1656
+ uri: ${vars.uris.sttp-uri}
1657
+ extra.sbt-version: ${vars.sbt-1-version}
1658
+ // once sttp's master branch moves to a newer version of fs2-reactive-streams,
1659
+ // we should be able to refresh our fork and then remove this exclusion
1660
+ extra.exclude: ["tests"]
1661
+ }
1662
+
1644
1663
]}
1645
1664
1646
1665
//// space: scalameta_1
0 commit comments