Skip to content

Commit

Permalink
remove "-Yrangepos" scalac option
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Feb 2, 2018
1 parent cd89b37 commit f334d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ object build {
"-Ywarn-unused-import",
"-Ywarn-numeric-widen",
"-Ywarn-value-discard",
"-Yrangepos"
// "-Yrangepos" https://github.com/scala/bug/issues/10706
)

private def Scala211 = "2.11.11"
Expand Down

0 comments on commit f334d88

Please sign in to comment.