scalate / sbt-scalate-precompiler

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

readme is out of date #25

Open apache-hb opened 3 years ago

apache-hb commented 3 years ago

in the example build.sbt the code

scalateTemplateConfig in Compile := {
  val base = (sourceDirectory in Compile).value

is presented, this syntax has been deprecated and should be replaced with

Compile / scalateTemplateConfig := {
  val base = (Compile / sourceDirectory).value