Skip to content

Commit

Permalink
Merge pull request #256 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 Sep 19, 2024
2 parents f97b246 + ae4a887 commit 5ea05ca
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 @@ -25,7 +25,7 @@ inThisBuild(Seq(
))

val awsSdkVersion = "1.12.772"
val circeVersion = "0.14.9"
val circeVersion = "0.14.10"
val flexmarkVersion = "0.64.8"
val scalaTestVersion = "3.2.19"
val scalaLoggingVersion = "3.9.5"
Expand Down Expand Up @@ -96,7 +96,7 @@ lazy val anghammarad = project
"com.vladsch.flexmark" % "flexmark-ext-tables" % flexmarkVersion,
"com.vladsch.flexmark" % "flexmark-util" % flexmarkVersion,
"com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingVersion,
"ch.qos.logback" % "logback-classic" % "1.5.7",
"ch.qos.logback" % "logback-classic" % "1.5.8",
"org.scalatest" %% "scalatest" % scalaTestVersion % Test
),
assembly / assemblyOutputPath := file("anghammarad/anghammarad.jar"),
Expand Down

0 comments on commit 5ea05ca

Please sign in to comment.