Skip to content

Commit

Permalink
Remove unused splain setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Troshin committed Dec 24, 2019
1 parent ee0e311 commit ca6cbb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ scalacOptions ++= List(
"-Ywarn-value-discard",
"-Xfuture",
"-Xlint",
"-Ypartial-unification",
"-P:splain:color:false")
"-Ypartial-unification")

buildInfoKeys := List[BuildInfoKey](
name,
Expand Down

0 comments on commit ca6cbb9

Please sign in to comment.