Skip to content

Commit

Permalink
Update json4s-native to 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 5, 2022
1 parent b151898 commit 0fa4418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ lazy val `json4s-json` = { project in file("modules/json4s-json") }
Compile / compile := (Compile / compile).dependsOn(buildInfo).value,
Test / compile := (Test / compile).dependsOn(buildInfo).value,
name := "scala-jsonschema-json4s-json",
libraryDependencies ++= Seq("org.json4s" %% "json4s-core" % "4.0.3", "org.json4s" %% "json4s-native" % "4.0.4" % Test)
libraryDependencies ++= Seq("org.json4s" %% "json4s-core" % "4.0.3", "org.json4s" %% "json4s-native" % "4.0.5" % Test)
)

lazy val `u-json` = { project in file("modules/u-json") }
Expand Down

0 comments on commit 0fa4418

Please sign in to comment.