I'm writing an SBT plugin, and I'd like to allow users to set different values for Setting[String] (which is defined in my plugin) in their own build.sbt.
There are Assets and TestAssets. But these configs don't seem to allow me to achieve what I need. Is there another way?
Thank you.
I'm writing an SBT plugin, and I'd like to allow users to set different values for
Setting[String](which is defined in my plugin) in their ownbuild.sbt.There are
AssetsandTestAssets. But these configs don't seem to allow me to achieve what I need. Is there another way?Thank you.