Skip to content

Commit

Permalink
Track typelevel/cats instead of fork - fixes scala#363
Browse files Browse the repository at this point in the history
  • Loading branch information
adelbertc committed Oct 25, 2016
1 parent 193eb83 commit 4ccd026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions community.dbuild
Original file line number Diff line number Diff line change
Expand Up @@ -411,12 +411,11 @@ build += {
]
}

// forked because of https://github.com/typelevel/cats/issues/1396
${vars.base} {
name: "cats"
uri: ${vars.uris.cats-uri}
// this is only some of Cats. we should try and add more
extra.projects: ["coreJVM", "macrosJVM"] // no Scala.js please
extra.projects: ["catsJVM"] // no Scala.js please
extra.commands: ${vars.default-commands} [
// too fragile
"removeScalacOptions -Xfatal-warnings"
Expand Down
2 changes: 1 addition & 1 deletion project-refs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vars.uris: {
// breeze-uri: "https://github.com/scalanlp/breeze.git"
browse-uri: "https://github.com/SethTisue/browse.git#topic/2.12-compat"
catalysts-uri: "https://github.com/typelevel/catalysts.git"
cats-uri: "https://github.com/SethTisue/cats.git#community-build-2.12"
cats-uri: "https://github.com/typelevel/cats.git"
discipline-uri: "https://github.com/typelevel/discipline.git#v0.7"
fastparse-uri: "https://github.com/SethTisue/fastparse.git#no-coursier"
fs2-uri: "https://github.com/functional-streams-for-scala/fs2.git#series/0.9"
Expand Down

0 comments on commit 4ccd026

Please sign in to comment.