Skip to content

Commit

Permalink
Merge pull request #367 from SethTisue/update-cats
Browse files Browse the repository at this point in the history
update cats entry
  • Loading branch information
SethTisue committed Oct 25, 2016
2 parents 528e3ae + 68aebae commit 193eb83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions community.dbuild
Original file line number Diff line number Diff line change
Expand Up @@ -411,17 +411,15 @@ build += {
]
}

// forked because of https://github.com/typelevel/cats/issues/1396
${vars.base} {
name: "cats"
uri: ${vars.uris.cats-uri}
// https://github.com/typelevel/cats/issues/1396, https://github.com/typelevel/cats/issues/1377
// this is only some of Cats. we should try and add more
extra.projects: ["coreJVM", "macrosJVM"] // no Scala.js please
extra.commands: ${vars.default-commands} [
// too fragile
"removeScalacOptions -Xfatal-warnings"
// no longer exists in 2.12
"removeScalacOptions -Yinline-warnings"
]
}

Expand Down

0 comments on commit 193eb83

Please sign in to comment.