Skip to content

Commit

Permalink
Merge pull request #1949 from scalacenter/update/classgraph-4.8.152
Browse files Browse the repository at this point in the history
build(deps): Update classgraph from 4.8.151 to 4.8.152
  • Loading branch information
tgodzik committed Dec 12, 2022
2 parents 3a69be4 + 0aadfdd commit f736b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ object Dependencies {
"org.scala-js" %% "scalajs-sbt-test-adapter" % scalaJs1Version % Provided
val scalaJsLogging1 = "org.scala-js" %% "scalajs-logging" % "1.1.1" % Provided

val classgraph = "io.github.classgraph" % "classgraph" % "4.8.151"
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.152"

val xxHashLibrary = "net.jpountz.lz4" % "lz4" % xxHashVersion
val zt = "org.zeroturnaround" % "zt-zip" % ztVersion
Expand Down

0 comments on commit f736b2a

Please sign in to comment.