aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-01-13 14:23:57 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-01-31 14:31:08 +0100
commitae89a7a1e067c3e7dde7d5fc8a8a016689f0b9e3 (patch)
tree0a9feeb093237e6bb6ff7b73f223cefcb4823bbc /project
parenteeeada2083dead6ef15c2c45e4158fa677b8ec02 (diff)
downloaddotty-ae89a7a1e067c3e7dde7d5fc8a8a016689f0b9e3.tar.gz
dotty-ae89a7a1e067c3e7dde7d5fc8a8a016689f0b9e3.tar.bz2
dotty-ae89a7a1e067c3e7dde7d5fc8a8a016689f0b9e3.zip
fix extensions not getting loaded properly
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala6
1 files changed, 5 insertions, 1 deletions
diff --git a/project/Build.scala b/project/Build.scala
index e27ec350c..025f5c2dd 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -186,7 +186,11 @@ object DottyBuild extends Build {
"org.scala-lang.modules" %% "scala-partest" % "1.0.11" % "test",
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-gfm-tasklist" % "0.10.1",
+ "com.vladsch.flexmark" % "flexmark-ext-gfm-tables" % "0.10.1",
+ "com.vladsch.flexmark" % "flexmark-ext-autolink" % "0.10.1",
+ "com.vladsch.flexmark" % "flexmark-ext-emoji" % "0.10.1",
+ "com.vladsch.flexmark" % "flexmark-ext-gfm-strikethrough" % "0.11.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",