Skip to content

Commit

Permalink
type on dependencyOverrides
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEgger committed Dec 7, 2022
1 parent 44258f5 commit 1054344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ val buildSettings = Seq(
dependencyOverrides ++= Seq(
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1",
"xerces" % "xercesImpl" % "2.12.2",
"org.apache.common" %% "commons-compress" % "1.22",
"org.apache.commons" % "commons-compress" % "1.22",
"io.netty" % "netty-handler" % "4.1.85.Final"
)
)
Expand Down

0 comments on commit 1054344

Please sign in to comment.