From 9c611f2c07f704123a317137c4accdc2fe4103a7 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 7 Oct 2018 15:25:17 -0400 Subject: [PATCH] -Yrangepos for sbt --- project/Util.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/project/Util.scala b/project/Util.scala index 59f1d099e..80bd55008 100644 --- a/project/Util.scala +++ b/project/Util.scala @@ -30,6 +30,7 @@ object Util { "0", "-language:existentials", "-language:postfixOps", + "-Yrangepos", ), Compile / doc / scalacOptions -= "-Xlint", Compile / doc / scalacOptions -= "-Xfatal-warnings",