Skip to content

Commit

Permalink
Update json to 20241224
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent a9dce32 commit 69fda9e
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 @@ -70,7 +70,7 @@ lazy val client = project
libraryDependencies ++= Seq(
"software.amazon.awssdk" % "sns" % awsSdkVersion,

"org.json" % "json" % "20240303",
"org.json" % "json" % "20241224",
"com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingVersion,
"org.scalatest" %% "scalatest" % scalaTestVersion % Test
),
Expand Down

0 comments on commit 69fda9e

Please sign in to comment.