Skip to content

add finch #1504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions community.conf
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ include "proj/fast-string-interpolator.conf"
include "proj/fastparse.conf"
include "proj/fetch.conf"
include "proj/finagle.conf"
include "proj/finch.conf"
include "proj/fs2-chat.conf"
include "proj/fs2.conf"
include "proj/geny.conf"
Expand Down
4 changes: 2 additions & 2 deletions nightly.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# November 30, 2021
nightly=2.13.8-bin-e814d78
# December 15, 2021
nightly=2.13.8-bin-b59fa66
11 changes: 11 additions & 0 deletions proj/finch.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// https://github.com/finagle/finch.git#master

vars.proj.finch: ${vars.base} {
name: "finch"
uri: "https://github.com/finagle/finch.git#298889b2d4663e821516b63c67f10cd52a8451b5"

extra.exclude: ["benchmarks", "docs"]
extra.commands: ${vars.default-commands} [
"set every semanticdbEnabled := false"
]
}
9 changes: 9 additions & 0 deletions projs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,15 @@ build += {
sbt-java-options: ${vars.sbt-java-options}
projects: [${vars.proj.finagle}]
}
build += {
space: scala.finch
check-missing: [false, false]
cross-version: [disabled, standard]
extraction-version: ${vars.scala-version}
sbt-version: ${vars.sbt-version}
sbt-java-options: ${vars.sbt-java-options}
projects: [${vars.proj.finch}]
}
build += {
space: scala.fs2
check-missing: [false, false]
Expand Down