scalate / sbt-scalate-precompiler

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

Cannot compile with SBT 1.2.1 #9

Closed ngocdaothanh closed 6 years ago

ngocdaothanh commented 6 years ago

Instruction in README:

scalateTemplateConfig in Compile <<= (sourceDirectory in Compile){ base =>

But there's error when using SBT 1.2.2:

error: `<<=` operator is removed. Use `key := { x.value }` or `key ~= (old => { newValue })`.
seratch commented 6 years ago

Thanks, I’ve fixed it.