File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 224224 <groupId >org.scala-lang</groupId >
225225 <artifactId >scala-library</artifactId >
226226 </dependency >
227+ <dependency >
228+ <groupId >org.scala-lang</groupId >
229+ <artifactId >scala-reflect</artifactId >
230+ </dependency >
227231 <dependency >
228232 <groupId >org.json4s</groupId >
229233 <artifactId >json4s-jackson_${scala.binary.version}</artifactId >
Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ object DependencyOverrides {
553553 lazy val settings = Seq (
554554 dependencyOverrides += " com.google.guava" % " guava" % " 14.0.1" ,
555555 dependencyOverrides += " commons-io" % " commons-io" % " 2.4" ,
556- dependencyOverrides += " com.fasterxml.jackson.core" % " jackson-databind" % " 2.6.7.3 " ,
556+ dependencyOverrides += " com.fasterxml.jackson.core" % " jackson-databind" % " 2.9.10.5 " ,
557557 dependencyOverrides += " jline" % " jline" % " 2.14.6" )
558558}
559559
You can’t perform that action at this time.
0 commit comments