Skip to content

Commit

Permalink
tlSkipIrrelevantScalas := false
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored Feb 11, 2022
1 parent 7add570 commit b819733
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object TypelevelKernelPlugin extends AutoPlugin {
)

override def buildSettings =
Seq(tlSkipIrrelevantScalas := true) ++
Seq(tlSkipIrrelevantScalas := false) ++
addCommandAlias("tlReleaseLocal", mkCommand(List("reload", "project /", "+publishLocal")))

override def projectSettings = Seq(
Expand Down

0 comments on commit b819733

Please sign in to comment.