Skip to content

Commit

Permalink
Update json to 20240303
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 1cd88ce commit 6aa9ffb
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
name := "anghammarad-client",
libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-sns" % awsSdkVersion,
"org.json" % "json" % "20240205",
"org.json" % "json" % "20240303",
"com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingVersion,
"org.scalatest" %% "scalatest" % scalaTestVersion % Test
),
Expand Down

0 comments on commit 6aa9ffb

Please sign in to comment.