Skip to content

Commit 90e7366

Browse files
committed
add Unfiltered too, Dispatch depends on it
1 parent 892b531 commit 90e7366

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

community.dbuild

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,11 @@ build += {
840840
uri: ${vars.uris.akka-contrib-extra-uri}
841841
}
842842

843+
${vars.base} {
844+
name: "unfiltered"
845+
uri: ${vars.uris.unfiltered-uri}
846+
}
847+
843848
${vars.base} {
844849
name: "dispatch"
845850
uri: ${vars.uris.dispatch-uri}

project-refs.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ vars.uris: {
7575
ssl-config-uri: "https://github.com/typesafehub/ssl-config.git"
7676
twirl-uri: "https://github.com/playframework/twirl.git#master"
7777
twitter-util-uri: "https://github.com/twitter/util.git#develop"
78+
unfiltered-uri: "https://github.com/unfiltered/unfiltered.git"
7879
utest-uri: "https://github.com/lihaoyi/utest.git#0.4.3"
7980
}

0 commit comments

Comments
 (0)