Skip to content

Commit 88d46c6

Browse files
committed
add better-files to the community build
we should have added this a while ago, it just failed to occur to me that it was missing
1 parent 8372587 commit 88d46c6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

configs/community.dbuild

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,4 +1187,11 @@ build += {
11871187
// actually run the whole thing as part of the community build?)
11881188
}
11891189

1190+
${vars.base} {
1191+
name: "better-files"
1192+
uri: ${vars.uris.better-files-uri}
1193+
// test failure reported upstream at https://github.com/pathikrit/better-files/issues/165
1194+
extra.test-tasks: ["compile"]
1195+
}
1196+
11901197
]}

configs/project-refs.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ vars.uris: {
1414
argonaut-uri: "https://github.com/argonaut-io/argonaut.git"
1515
async-uri: "https://github.com/scala/async.git"
1616
atto-uri: "https://github.com/tpolecat/atto.git#series/0.5.x"
17+
better-files-uri: "https://github.com/pathikrit/better-files.git"
1718
blaze-uri: "https://github.com/http4s/blaze.git#v0.12.4"
1819
breeze-uri: "https://github.com/scalanlp/breeze.git"
1920
cachecontrol-uri: "https://github.com/playframework/cachecontrol.git"

0 commit comments

Comments
 (0)