Skip to content

Commit

Permalink
Merge pull request #281 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
akash1810 authored Jan 2, 2025
2 parents dbb4cb9 + 69fda9e commit 0b9ad63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -92,7 +92,7 @@ lazy val anghammarad = project
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion,
"com.softwaremill.sttp.client3" %% "core" % "3.10.1",
"com.softwaremill.sttp.client3" %% "core" % "3.10.2",
"com.vladsch.flexmark" % "flexmark" % flexmarkVersion,
"com.vladsch.flexmark" % "flexmark-ext-gfm-strikethrough" % flexmarkVersion,
"com.vladsch.flexmark" % "flexmark-ext-tables" % flexmarkVersion,
Expand Down

0 comments on commit 0b9ad63

Please sign in to comment.