Skip to content

Commit

Permalink
Merge pull request #1103 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
shtukas authored Dec 10, 2024
2 parents b76d10c + 742f8f4 commit 4158d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Dependencies {
lazy val upickle = "com.lihaoyi" %% "upickle" % "4.0.2"
lazy val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
lazy val http = "org.scalaj" %% "scalaj-http" % "2.4.2"
lazy val munit = "org.scalameta" %% "munit" % "1.0.2"
lazy val munit = "org.scalameta" %% "munit" % "1.0.3"
lazy val commonsCsv = "org.apache.commons" % "commons-csv" % "1.12.0"
lazy val slf4jNop = "org.slf4j" % "slf4j-nop" % "2.0.16"
}

0 comments on commit 4158d18

Please sign in to comment.