sbt: bump json4s-jackson to 3.5.3
This commit is contained in:
parent
7d146f3401
commit
32592377c6
@ -15,7 +15,7 @@ lazy val commonSettings = Seq(
|
||||
traceLevel := 15,
|
||||
scalacOptions ++= Seq("-deprecation","-unchecked"),
|
||||
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value),
|
||||
libraryDependencies ++= Seq("org.json4s" %% "json4s-jackson" % "3.5.0"),
|
||||
libraryDependencies ++= Seq("org.json4s" %% "json4s-jackson" % "3.5.3"),
|
||||
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user