Skip to content

Commit

Permalink
Merge pull request #265 from scala-steward/update/json4s-ast-4.0.7
Browse files Browse the repository at this point in the history
Update json4s-ast to 4.0.7
  • Loading branch information
dos65 authored Nov 11, 2024
2 parents c9be6d1 + 7109767 commit 841ed59
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 @@ -204,7 +204,7 @@ lazy val json4s = project
.settings(
name := "tethys-json4s",
libraryDependencies ++= Seq(
"org.json4s" %% "json4s-ast" % "4.0.6"
"org.json4s" %% "json4s-ast" % "4.0.7"
)
)
.dependsOn(core)
Expand Down

0 comments on commit 841ed59

Please sign in to comment.