Skip to content

Commit

Permalink
Remove unused annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
joroKr21 committed May 2, 2024
1 parent 1ead7f6 commit e24621e
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 53 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazy val commonSettings = Seq(
),
scalacOptions ++= CrossVersion.partialVersion(scalaVersion.value).toList.flatMap {
case (3, _) => List("-source:future", "-Xmax-inlines", "64", "-Wunused:all", "-Wvalue-discard")
case (2, 12) => List("-Ypartial-unification", "-Xlint")
case (2, 12) => List("-Ypartial-unification", "-Xlint", "-Wconf:cat=unused&src=.*/derived/package.scala:silent")
case _ => List("-Xlint:_,-byname-implicit", "-Wconf:cat=deprecation&site=.*SequenceSuite:silent")
},
resolvers ++= Resolver.sonatypeOssRepos("releases"),
Expand Down
Loading

0 comments on commit e24621e

Please sign in to comment.