Skip to content

Commit

Permalink
baseDirectory.value / "src" / "main" / "scalate"
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Sep 24, 2014
1 parent 86fb41f commit 7bde4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ libraryDependencies += "tv.cntt" %% "xitrum-scalate" % "2.2"
seq(scalateSettings:_*)

ScalateKeys.scalateTemplateConfig in Compile := Seq(TemplateConfig(
file("src") / "main" / "scalate",
baseDirectory.value / "src" / "main" / "scalate",
Seq(),
Seq(Binding("helper", "xitrum.Action", true))
))
Expand Down

0 comments on commit 7bde4a6

Please sign in to comment.