From a1d26e5ee89af9d08c0681476b44828fb537cf89 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Mon, 4 Dec 2023 00:43:16 +0000 Subject: [PATCH] Update json4s-ast to 4.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a7f0050..9f0e961 100644 --- a/build.sbt +++ b/build.sbt @@ -146,7 +146,7 @@ lazy val json4s = module("json4s") { .dependsOn(core) .settings( description := "yaml4s integration with json4s", - libraryDependencies += "org.json4s" %%% "json4s-ast" % "4.0.6" + libraryDependencies += "org.json4s" %%% "json4s-ast" % "4.0.7" ) }