1
0
Fork 0

sbt: bump json4s-jackson to 3.5.3

This commit is contained in:
Henry Cook 2018-03-08 12:31:52 -08:00
parent 7d146f3401
commit 32592377c6
1 changed files with 1 additions and 1 deletions

View File

@ -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)
)