diff --git a/community.dbuild b/community.dbuild index e13c67e85..6d4d53338 100644 --- a/community.dbuild +++ b/community.dbuild @@ -753,4 +753,10 @@ build += { extra.directory: "org.scala-refactoring.library" } + ${vars.base} { + name: "nyaya" + uri: ${vars.uris.nyaya-uri} + extra.projects: ["testModuleJVM"] // no Scala.js, no benchmarks + } + ]} diff --git a/project-refs.conf b/project-refs.conf index 3be396f71..c6ecbf48f 100644 --- a/project-refs.conf +++ b/project-refs.conf @@ -23,6 +23,7 @@ vars.uris: { macro-paradise-uri: "https://github.com/scalamacros/paradise.git#2.12.1" mima-uri: "https://github.com/typesafehub/migration-manager.git#scala-2.12" monocle-uri: "https://github.com/julien-truffaut/Monocle.git" + nyaya-uri: "https://github.com/japgolly/nyaya.git" parboiled-uri: "https://github.com/sirthias/parboiled.git#community-build-2.12" parboiled2-uri: "https://github.com/sirthias/parboiled2.git#release-2.1" play-doc-uri: "https://github.com/playframework/play-doc.git#master"