File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -753,4 +753,10 @@ build += {
753
753
extra.directory: "org.scala-refactoring.library"
754
754
}
755
755
756
+ ${vars.base} {
757
+ name: "nyaya"
758
+ uri: ${vars.uris.nyaya-uri}
759
+ extra.projects: ["testModuleJVM"] // no Scala.js, no benchmarks
760
+ }
761
+
756
762
]}
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ vars.uris: {
23
23
macro-paradise-uri: "https://github.com/scalamacros/paradise.git#2.12.1"
24
24
mima-uri: "https://github.com/typesafehub/migration-manager.git#scala-2.12"
25
25
monocle-uri: "https://github.com/julien-truffaut/Monocle.git"
26
+ nyaya-uri: "https://github.com/japgolly/nyaya.git"
26
27
parboiled-uri: "https://github.com/sirthias/parboiled.git#community-build-2.12"
27
28
parboiled2-uri: "https://github.com/sirthias/parboiled2.git#release-2.1"
28
29
play-doc-uri: "https://github.com/playframework/play-doc.git#master"
You can’t perform that action at this time.
0 commit comments