xsbt-filter icon indicating copy to clipboard operation
xsbt-filter copied to clipboard

Can't find FilterKeys in scala build file

Open craigwblake opened this issue 11 years ago • 2 comments

Trying to use the plugin with a scala build file, added the plugin but it fails to find the FilterKeys:

[info] Loading project definition from /home/test/projects/test/project [error] /home/test/projects/test/project/Build.scala:8: not found: object FilterKeys [error] import FilterKeys._

What's the proper way to import the settings in a scala build file?

craigwblake avatar Dec 12 '13 21:12 craigwblake

that should be:

import sbtfilter.Plugin.FilterKeys._

sdb avatar Dec 13 '13 14:12 sdb

Please update ReadMe

alberskib avatar May 22 '14 13:05 alberskib