Skip to content

Commit 7c0c3b2

Browse files
authored
Merge pull request #370 from SethTisue/add-nyaya
add nyaya et al
2 parents f103a2b + a983107 commit 7c0c3b2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

community.dbuild

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,4 +753,10 @@ build += {
753753
extra.directory: "org.scala-refactoring.library"
754754
}
755755

756+
${vars.base} {
757+
name: "nyaya"
758+
uri: ${vars.uris.nyaya-uri}
759+
extra.projects: ["testModuleJVM"] // no Scala.js, no benchmarks
760+
}
761+
756762
]}

project-refs.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ vars.uris: {
2323
macro-paradise-uri: "https://github.com/scalamacros/paradise.git#2.12.1"
2424
mima-uri: "https://github.com/typesafehub/migration-manager.git#scala-2.12"
2525
monocle-uri: "https://github.com/julien-truffaut/Monocle.git"
26+
nyaya-uri: "https://github.com/japgolly/nyaya.git"
2627
parboiled-uri: "https://github.com/sirthias/parboiled.git#community-build-2.12"
2728
parboiled2-uri: "https://github.com/sirthias/parboiled2.git#release-2.1"
2829
play-doc-uri: "https://github.com/playframework/play-doc.git#master"

0 commit comments

Comments
 (0)