scalate / sbt-scalate-precompiler

:open_file_folder: Scalate Templates Precompiler
http://scalate.github.io/scalate/
MIT License
10 stars 4 forks source link

Update import in README #7

Closed ngocdaothanh closed 6 years ago

ngocdaothanh commented 6 years ago

The README currently mentions:

import ScalateKeys._

scalateSettings
...

But there's error with that. It should be:

import org.fusesource.scalate.ScalatePlugin._
seratch commented 6 years ago

You’re right. I’ve fixed that. Thanks.

ngocdaothanh commented 6 years ago

Just to confirm, with the latest version, now we don't need to include scalateSettings any more because we are using the autoimport mechanism of SBT 1.x?

seratch commented 6 years ago

Yes, exactly.