File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 224
224
<groupId >org.scala-lang</groupId >
225
225
<artifactId >scala-library</artifactId >
226
226
</dependency >
227
+ <dependency >
228
+ <groupId >org.scala-lang</groupId >
229
+ <artifactId >scala-reflect</artifactId >
230
+ </dependency >
227
231
<dependency >
228
232
<groupId >org.json4s</groupId >
229
233
<artifactId >json4s-jackson_${scala.binary.version}</artifactId >
Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ object DependencyOverrides {
553
553
lazy val settings = Seq (
554
554
dependencyOverrides += " com.google.guava" % " guava" % " 14.0.1" ,
555
555
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 " ,
557
557
dependencyOverrides += " jline" % " jline" % " 2.14.6" )
558
558
}
559
559
You can’t perform that action at this time.
0 commit comments