diff --git a/build.sbt b/build.sbt index ebc58020..07408842 100644 --- a/build.sbt +++ b/build.sbt @@ -408,8 +408,8 @@ lazy val bijectionJson4s = { osgiExportAll("com.twitter.bijection.json4s"), libraryDependencies ++= Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value, - "org.json4s" %% "json4s-native" % "4.0.5", - "org.json4s" %% "json4s-ext" % "4.0.5" + "org.json4s" %% "json4s-native" % "4.0.6", + "org.json4s" %% "json4s-ext" % "4.0.6" ) ) .dependsOn(