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 7db9dad commit 3b939f2Copy full SHA for 3b939f2
project/Dependencies.scala
@@ -1,7 +1,7 @@
1
import sbt._
2
3
object Library {
4
- val classgraph = "io.github.classgraph" % "classgraph" % "4.8.133"
+ val classgraph = "io.github.classgraph" % "classgraph" % "4.8.141"
5
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.9.2"
6
val scalatest = "org.scalatest" %% "scalatest" % "3.2.10"
7
val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.9.2"
0 commit comments