Skip to content

Commit 3c80b36

Browse files
Update classgraph to 4.8.62 (#118)
1 parent 6396520 commit 3c80b36

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
@@ -1,7 +1,7 @@
11
import sbt._
22

33
object Library {
4-
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.61"
4+
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.62"
55
val jtidy = "net.sf.jtidy" % "jtidy" % "r938"
66
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.6.8"
77
val scalatest = "org.scalatest" %% "scalatest" % "3.1.0"

0 commit comments

Comments
 (0)