Skip to content

Commit

Permalink
Fixed path after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanAbate committed Jun 15, 2019
1 parent 1fd8606 commit 1a07002
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,5 @@ tastydoc/report/presentation/presentation\.toc
tastydoc/dotty-0\.15\.0-RC1/

tastydoc/report/presentation/presentation\.vrb

tastydoc/dotty-0\.16\.0-RC3/
16 changes: 8 additions & 8 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -421,14 +421,14 @@ object Build {
libraryDependencies ++= {
val flexmarkVersion = "0.28.32"
Seq(
// "com.vladsch.flexmark" % "flexmark" % flexmarkVersion,
// "com.vladsch.flexmark" % "flexmark-ext-gfm-tasklist" % flexmarkVersion,
// "com.vladsch.flexmark" % "flexmark-ext-gfm-tables" % flexmarkVersion,
// "com.vladsch.flexmark" % "flexmark-ext-autolink" % flexmarkVersion,
// "com.vladsch.flexmark" % "flexmark-ext-anchorlink" % flexmarkVersion,
// "com.vladsch.flexmark" % "flexmark-ext-emoji" % flexmarkVersion,
// "com.vladsch.flexmark" % "flexmark-ext-gfm-strikethrough" % flexmarkVersion,
// "com.vladsch.flexmark" % "flexmark-ext-yaml-front-matter" % flexmarkVersion,
"com.vladsch.flexmark" % "flexmark" % flexmarkVersion,
"com.vladsch.flexmark" % "flexmark-ext-gfm-tasklist" % flexmarkVersion,
"com.vladsch.flexmark" % "flexmark-ext-gfm-tables" % flexmarkVersion,
"com.vladsch.flexmark" % "flexmark-ext-autolink" % flexmarkVersion,
"com.vladsch.flexmark" % "flexmark-ext-anchorlink" % flexmarkVersion,
"com.vladsch.flexmark" % "flexmark-ext-emoji" % flexmarkVersion,
"com.vladsch.flexmark" % "flexmark-ext-gfm-strikethrough" % flexmarkVersion,
"com.vladsch.flexmark" % "flexmark-ext-yaml-front-matter" % flexmarkVersion,
Dependencies.`jackson-dataformat-yaml`,
"nl.big-o" % "liqp" % "0.6.7"
)
Expand Down
4 changes: 2 additions & 2 deletions tastydoc/test/dotty/tastydoc/Tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Tests {
@Test def testDocumentation(): Unit = {
Main.main(Array(
"--classpath",
"tastydoc/out/bootstrap/dotty-tastydoc-input/scala-0.16/classes",
"tastydoc/out/bootstrap/dotty-tastydoc-input/scala-0.17/classes",
"--syntax",
"wiki",
//"markdown",
Expand All @@ -39,7 +39,7 @@ class Tests {
@Test def testDotty(): Unit = {
Main.main(Array(
"--classpath",
"tastydoc/dotty-0.15.0-RC1/lib",
"tastydoc/dotty-0.16.0-RC3/lib",
"--syntax",
"wiki",
"--packagestolink",
Expand Down

0 comments on commit 1a07002

Please sign in to comment.