Skip to content

Commit 9b15df9

Browse files
scala-stewardraboof
authored andcommitted
Update sbt-paradox to 0.6.2 (#49)
* Update sbt-paradox to 0.6.2 * Remove unneeded parameter
1 parent 22b8e8d commit 9b15df9

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.1"
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)