File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name := "sbt-paradox-apidoc"
7
7
8
8
addSbtPlugin(Library .sbtParadox)
9
9
libraryDependencies ++= Seq (
10
- Library .fastClassPathScanner ,
10
+ Library .classgraph ,
11
11
Library .jtidy % Test ,
12
12
Library .scalatest % Test
13
13
)
Original file line number Diff line number Diff line change 1
1
import sbt ._
2
2
3
3
object Version {
4
- val fastClassPathScanner = " 2.21 "
4
+ val classgraph = " 4.4.2 "
5
5
val jtidy = " r938"
6
6
val sbtParadox = " 0.4.3"
7
- val scalatest = " 3.0.3 "
7
+ val scalatest = " 3.0.5 "
8
8
}
9
9
10
10
object Library {
11
- val fastClassPathScanner = " io.github.lukehutch " % " fast-classpath-scanner " % Version .fastClassPathScanner
11
+ val classgraph = " io.github.classgraph " % " classgraph " % Version .classgraph
12
12
val jtidy = " net.sf.jtidy" % " jtidy" % Version .jtidy
13
13
val sbtParadox = " com.lightbend.paradox" % " sbt-paradox" % Version .sbtParadox
14
14
val scalatest = " org.scalatest" %% " scalatest" % Version .scalatest
Original file line number Diff line number Diff line change 1
- sbt.version =1.2.4
1
+ sbt.version =1.2.6
You can’t perform that action at this time.
0 commit comments