Skip to content

Commit

Permalink
Update json4s-ext, json4s-native to 4.0.5 (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 5, 2022
1 parent a2d9042 commit 116b79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -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.4",
"org.json4s" %% "json4s-ext" % "4.0.4"
"org.json4s" %% "json4s-native" % "4.0.5",
"org.json4s" %% "json4s-ext" % "4.0.5"
)
)
.dependsOn(
Expand Down

0 comments on commit 116b79e

Please sign in to comment.