Skip to content

Commit ebef579

Browse files
committed
Merge branch 'master' into update/sbt-paradox-0.6.3
2 parents 40e41aa + 9b15df9 commit ebef579

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Version {
44
val classgraph = "4.8.44"
55
val jtidy = "r938"
6-
val sbtParadox = "0.6.3"
6+
val sbtParadox = "0.6.2"
77
val scalatest = "3.0.8"
88
}
99

src/test/scala/com/lightbend/paradox/apidoc/MarkdownBaseSpec.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ abstract class MarkdownBaseSpec extends FlatSpec with Matchers {
6363
template.write(
6464
page.properties(Page.Properties.DefaultLayoutMdIndicator, template.defaultName),
6565
emptyPageContext,
66-
outputFile,
67-
new PageTemplate.ErrorLogger(s => println("[error] " + s))
66+
outputFile
6867
)
6968
val fileContent = fileToContent(outputFile)
7069
outputFile.delete

0 commit comments

Comments
 (0)