Skip to content

Commit b6f89be

Browse files
committed
Compile with -Xcheck-macros
1 parent 964ff96 commit b6f89be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ excludeLintKeys in Global ++= Set(ideSkipProject)
1414
val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
1515
organization := "com.softwaremill.quicklens",
1616
updateDocs := UpdateVersionInDocs(sLog.value, organization.value, version.value, List(file("README.md"))),
17-
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked"), // useful for debugging macros: "-Ycheck:all", "-Xcheck-macros"
17+
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xcheck-macros"),
1818
ideSkipProject := (scalaVersion.value != scalaIdeaVersion)
1919
)
2020

0 commit comments

Comments
 (0)