I am trying to compile Less files with this project. The problem is that when I run
$ activator publish-local
It is thrown the following error
object less is not a member of package com.typesafe.sbt
import com.typesafe.sbt.less.Import.LessKeys
^
sbt.compiler.EvalException: Type error in expression
at sbt.compiler.Eval.checkError(Eval.scala:343)
at sbt.compiler.Eval.compileAndLoad(Eval.scala:165)
The problem is that the compiler cannot find the path to import the project. Maybe I should change the import, or I am forgetting something else.
Thank you
The problem was I was putting the code in the wrong places
In the
plugins.sbtyou should addIn the
build.sbt