File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,6 @@ object Dependencies {
100100 val scalaParsers = " org.scala-lang.modules" %% " scala-parser-combinators" % " 2.4.0"
101101 val scalaPar = " org.scala-lang.modules" %% " scala-parallel-collections" % " 1.2.0"
102102
103- // specify all of log4j modules to prevent misalignment
104- def log4jModule = (n : String ) => " org.apache.logging.log4j" % n % " 2.17.1"
105- val log4jApi = log4jModule(" log4j-api" )
106- val log4jCore = log4jModule(" log4j-core" )
107- val log4jSlf4jImpl = log4jModule(" log4j-slf4j-impl" )
108- val log4jModules = Vector (log4jApi, log4jCore, log4jSlf4jImpl)
109-
110103 val caffeine = " com.github.ben-manes.caffeine" % " caffeine" % " 2.8.5"
111104
112105 val hedgehog = " qa.hedgehog" %% " hedgehog-sbt" % " 0.13.0"
You can’t perform that action at this time.
0 commit comments