Closed ngocdaothanh closed 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 })`.
Thanks, I’ve fixed it.
Instruction in README:
But there's error when using SBT 1.2.2: