diff --git a/community.dbuild b/community.dbuild index cd31bd53f..d1fd78087 100644 --- a/community.dbuild +++ b/community.dbuild @@ -840,4 +840,17 @@ build += { uri: ${vars.uris.akka-contrib-extra-uri} } + ${vars.base} { + name: "unfiltered" + uri: ${vars.uris.unfiltered-uri} + // Failed test: unfiltered.netty.SslServerSpec + // (it worked locally but failed on Jenkins, who knows why?) + extra.test-tasks: "compile" + } + + ${vars.base} { + name: "dispatch" + uri: ${vars.uris.dispatch-uri} + } + ]} diff --git a/project-refs.conf b/project-refs.conf index 20055e431..e79c44512 100644 --- a/project-refs.conf +++ b/project-refs.conf @@ -12,6 +12,7 @@ vars.uris: { cats-uri: "https://github.com/typelevel/cats.git" conductr-lib-uri: "https://github.com/typesafehub/conductr-lib.git" discipline-uri: "https://github.com/typelevel/discipline.git#v0.7" + dispatch-uri: "https://github.com/dispatch/reboot.git#0.12.0" fastparse-uri: "https://github.com/scalacommunitybuild/fastparse.git#no-coursier" fs2-uri: "https://github.com/functional-streams-for-scala/fs2.git#series/0.9" genjavadoc-uri: "https://github.com/typesafehub/genjavadoc.git" @@ -74,5 +75,6 @@ vars.uris: { ssl-config-uri: "https://github.com/typesafehub/ssl-config.git" twirl-uri: "https://github.com/playframework/twirl.git#master" twitter-util-uri: "https://github.com/twitter/util.git#develop" + unfiltered-uri: "https://github.com/unfiltered/unfiltered.git#0.9.0" utest-uri: "https://github.com/lihaoyi/utest.git#0.4.3" }