Skip to content

Commit

Permalink
deal with recent scalaz/ScalaCheck change
Browse files Browse the repository at this point in the history
scalaz recently merged simultaneous ScalaCheck 1.12/1.13
support.  as a result dbuild complained of conflicting
artifacts because published
  • Loading branch information
SethTisue committed Oct 27, 2016
1 parent 6c51d28 commit 34eeea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions community.dbuild
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ build += {
name: "scalaz"
uri: ${vars.uris.scalaz-uri}
extra.projects: ["rootJVM"] // no Scala.js please
extra.exclude: ["scalacheck-binding_1_13JVM"] // we're on ScalaCheck 1.12 not 1.13
}

${vars.base} {
Expand Down

0 comments on commit 34eeea5

Please sign in to comment.