Skip to content

Commit efa9448

Browse files
authored
Merge pull request #708 from benhutchison/mouse
Add typelevel/mouse to build
2 parents 693bf54 + 4ee783c commit efa9448

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

configs/community.dbuild

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,13 @@ build += {
655655
extra.exclude: ["sbtplugin"]
656656
}
657657

658+
${vars.base} {
659+
name: "mouse"
660+
uri: ${vars.uris.mouse-uri}
661+
extra.sbt-version: ${vars.sbt-1-version}
662+
extra.projects: ["crossJVM"] // no Scala.js please
663+
}
664+
658665
// forked (January 2018) to remove a couple of failing tests; ticket
659666
// is https://github.com/etorreborre/specs2/issues/622. note we are
660667
// using the 3.x branch, even though specs2 4.0 has been out for a while

configs/project-refs.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ vars.uris: {
7171
minitest-uri: "https://github.com/monix/minitest.git"
7272
monix-uri: "https://github.com/monix/monix.git"
7373
monocle-uri: "https://github.com/julien-truffaut/Monocle.git"
74+
mouse-uri: "https://github.com/typelevel/mouse.git"
7475
nscala-time-uri: "https://github.com/nscala-time/nscala-time.git"
7576
nyaya-uri: "https://github.com/japgolly/nyaya.git"
7677
paiges-uri: "https://github.com/typelevel/paiges.git"

0 commit comments

Comments
 (0)