Skip to content

Commit

Permalink
Merge pull request #169 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 Feb 13, 2024
2 parents bb24969 + d9d9d2b commit 4d06571
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 @@ -39,7 +39,7 @@ inThisBuild(Seq(
val awsSdkVersion = "1.12.656"
val circeVersion = "0.14.6"
val flexmarkVersion = "0.64.8"
val scalaTestVersion = "3.2.17"
val scalaTestVersion = "3.2.18"
val scalaLoggingVersion = "3.9.5"

//Projects
Expand Down Expand Up @@ -95,7 +95,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.9.2",
"com.softwaremill.sttp.client3" %% "core" % "3.9.3",
"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 4d06571

Please sign in to comment.