Skip to content

Commit

Permalink
Merge branch 'develop' into release/0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Narang committed Apr 11, 2017
2 parents d689e97 + 73c2e69 commit d46959f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sbt
Expand Up @@ -102,6 +102,11 @@ val sharedSettings = assemblySettings ++ scalariformSettings ++ Seq(
"-language:existentials"
),

scalacOptions in(Compile, doc) ++= Seq(scalaVersion.value).flatMap {
case v if v.startsWith("2.12") => Seq("-no-java-comments") //workaround for scala/scala-dev#249
case _ => Seq()
},

/**
* add linter for common scala issues:
* https://github.com/HairyFotr/linter
Expand Down

0 comments on commit d46959f

Please sign in to comment.