Skip to content

Commit 989d333

Browse files
raboofennru
authored andcommitted
Update paradox to 0.6.8 (#96)
Checking the javadoc/scaladoc changes there didn't influence our tests - they didn't
1 parent 0f5e059 commit 989d333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import sbt._
33
object Library {
44
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.58"
55
val jtidy = "net.sf.jtidy" % "jtidy" % "r938"
6-
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.6.7"
6+
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.6.8"
77
val scalatest = "org.scalatest" %% "scalatest" % "3.1.0"
88
}

0 commit comments

Comments
 (0)