We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b015a commit 1fe1165Copy full SHA for 1fe1165
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Library {
4
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.162"
5
- val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.10.3"
+ val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.10.5"
6
val scalatest = "org.scalatest" %% "scalatest" % "3.2.14"
7
- val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.10.3"
+ val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.10.5"
8
}
0 commit comments