aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-01-05 17:15:02 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-01-31 14:29:18 +0100
commit1dc446fc8973dce2da0bbb3c6eb97aa035d0d191 (patch)
tree8cb3c6bb35d5c2d82fdecc44c73d8fd77d47d817 /project
parent56cec80db7ab46c69cbbc8551ddf3c9857f8a804 (diff)
downloaddotty-1dc446fc8973dce2da0bbb3c6eb97aa035d0d191.tar.gz
dotty-1dc446fc8973dce2da0bbb3c6eb97aa035d0d191.tar.bz2
dotty-1dc446fc8973dce2da0bbb3c6eb97aa035d0d191.zip
Add initial page rendering using liquid and yaml front matter
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 57a915c9c..ba16ec38d 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -187,6 +187,8 @@ object DottyBuild extends Build {
dottyOrganization % "dottydoc-client" % "0.1.0",
"com.vladsch.flexmark" % "flexmark" % "0.10.1",
"com.vladsch.flexmark" % "flexmark-ext-tables" % "0.10.1",
+ "com.vladsch.flexmark" % "flexmark-ext-yaml-front-matter" % "0.10.3",
+ "nl.big-o" % "liqp" % "0.6.7",
"com.novocode" % "junit-interface" % "0.11" % "test",
"com.github.spullara.mustache.java" % "compiler" % "0.9.3",
"com.typesafe.sbt" % "sbt-interface" % sbtVersion.value),