diff --git a/configs/community.dbuild b/configs/community.dbuild index 040f9011d..f1f44b145 100644 --- a/configs/community.dbuild +++ b/configs/community.dbuild @@ -1321,6 +1321,12 @@ build += { extra.run-tests: false } + ${vars.base} { + name: "squants" + uri: ${vars.uris.squants-uri} + extra.projects: ["squantsJVM"] // no Scala.js plz + } + ]} //// space: jawn_0_11 diff --git a/configs/project-refs.conf b/configs/project-refs.conf index 043616358..27e81905a 100644 --- a/configs/project-refs.conf +++ b/configs/project-refs.conf @@ -118,6 +118,7 @@ vars.uris: { specs2-uri: "https://github.com/etorreborre/specs2.git#specs2-3.x" spire-uri: "https://github.com/non/spire.git#4b92d8a52f380948ced87f35c33b0345bd8d8a46" spray-json-uri: "https://github.com/spray/spray-json.git" + squants-uri: "https://github.com/typelevel/squants.git" ssl-config-uri: "https://github.com/lightbend/ssl-config.git" tut-uri: "https://github.com/tpolecat/tut.git" twirl-uri: "https://github.com/playframework/twirl.git" diff --git a/run.sh b/run.sh index 020708c3c..c93651572 100755 --- a/run.sh +++ b/run.sh @@ -23,7 +23,7 @@ dbuild_file="$config_dir/community.dbuild" project_refs_conf="$config_dir/project-refs.conf" resolvers_file_default="$config_dir/resolvers.conf" resolvers_file=$resolvers_file_default -debug="false" +debug="true" jvm_props="" local_mode="false" notify="false"