File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/test/scala/com/lightbend/paradox/apidoc Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ object Library {
4
4
val classgraph = " io.github.classgraph" % " classgraph" % " 4.8.57"
5
5
val jtidy = " net.sf.jtidy" % " jtidy" % " r938"
6
6
val sbtParadox = " com.lightbend.paradox" % " sbt-paradox" % " 0.6.7"
7
- val scalatest = " org.scalatest" %% " scalatest" % " 3.0.8 "
7
+ val scalatest = " org.scalatest" %% " scalatest" % " 3.1.0 "
8
8
}
Original file line number Diff line number Diff line change @@ -19,15 +19,16 @@ package com.lightbend.paradox.apidoc
19
19
import com .lightbend .paradox .tree .Tree .{Forest , Location }
20
20
import java .io .{File , PrintWriter }
21
21
22
- import org .scalatest .{FlatSpec , Matchers }
23
22
import com .lightbend .paradox .template .PageTemplate
24
23
import com .lightbend .paradox .PrintlnLogger
25
24
import com .lightbend .paradox .ThrowingErrorContext
26
25
import java .nio .file ._
27
26
28
27
import com .lightbend .paradox .markdown ._
28
+ import org .scalatest .flatspec .AnyFlatSpec
29
+ import org .scalatest .matchers .should .Matchers
29
30
30
- abstract class MarkdownBaseSpec extends FlatSpec with Matchers {
31
+ abstract class MarkdownBaseSpec extends AnyFlatSpec with Matchers {
31
32
val markdownReader = new Reader
32
33
val markdownWriter = new Writer
33
34
You can’t perform that action at this time.
0 commit comments