Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Fmpp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Fmpp {
*/
lazy val fmpp = TaskKey[Seq[File]]("fmpp")
lazy val fmppOptions = SettingKey[Seq[String]]("fmpp-options")
lazy val FmppConfig = config("fmpp") hide
lazy val FmppConfig = config("fmpp").hide

lazy val templateSettings = fmppConfig(Test) ++ fmppConfig(Compile) ++ templateBase
lazy val templateBase = Seq(
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")
addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.2")

scalacOptions += "-feature"
Loading