Skip to content

Commit

Permalink
change scalacoptions for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwheatley committed Mar 1, 2021
1 parent 1ec9c26 commit c079cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ val commonSettings = List(
headerLicense := Some(HeaderLicense.ALv2("2017-2020", "ProfunKtor")),
scalacOptions in (Compile, doc) ++= List("-no-link-warnings"),
scalacOptions ++= maxClassFileName(scalaVersion.value),
scalacOptions in (Compile, compile) --= List("-Wunused:params"),
scalacOptions --= List("-Wunused:params"),
libraryDependencies ++= {
List(
compilerPlugin(Libraries.kindProjector),
Expand Down

0 comments on commit c079cda

Please sign in to comment.