Skip to content

Add typelevel/mouse to build #708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions configs/community.dbuild
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,13 @@ build += {
extra.exclude: ["sbtplugin"]
}

${vars.base} {
name: "mouse"
uri: ${vars.uris.mouse-uri}
extra.sbt-version: ${vars.sbt-1-version}
extra.projects: ["crossJVM"] // no Scala.js please
}

// forked (January 2018) to remove a couple of failing tests; ticket
// is https://github.com/etorreborre/specs2/issues/622. note we are
// using the 3.x branch, even though specs2 4.0 has been out for a while
Expand Down
1 change: 1 addition & 0 deletions configs/project-refs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ vars.uris: {
minitest-uri: "https://github.com/monix/minitest.git"
monix-uri: "https://github.com/monix/monix.git"
monocle-uri: "https://github.com/julien-truffaut/Monocle.git"
mouse-uri: "https://github.com/typelevel/mouse.git"
nscala-time-uri: "https://github.com/nscala-time/nscala-time.git"
nyaya-uri: "https://github.com/japgolly/nyaya.git"
paiges-uri: "https://github.com/typelevel/paiges.git"
Expand Down