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 97648ff commit 103a58dCopy full SHA for 103a58d
project/Dependencies.scala
@@ -1,7 +1,7 @@
1
import sbt._
2
3
object Library {
4
- val classgraph = "io.github.classgraph" % "classgraph" % "4.8.56"
+ val classgraph = "io.github.classgraph" % "classgraph" % "4.8.57"
5
val jtidy = "net.sf.jtidy" % "jtidy" % "r938"
6
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.6.7"
7
val scalatest = "org.scalatest" %% "scalatest" % "3.0.8"
0 commit comments