Skip to content

Commit

Permalink
Merge pull request #1229 from guardian/update/all
Browse files Browse the repository at this point in the history
Scala Steward weekly dependency updates
  • Loading branch information
akash1810 authored Jul 21, 2023
2 parents 223d1d8 + 8e36618 commit 54a55e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.9
version = 3.7.10

runner.dialect = scala213
maxColumn = 80
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ val jacksonVersion = "2.15.2"
val circeVersion = "0.14.5"

// These can live in the same codebase, see: https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-x-released/
val awsV1SdkVersion = "1.12.505"
val awsV1SdkVersion = "1.12.510"
val awsV2SdkVersion = "2.20.99"

libraryDependencies ++= Seq(
Expand All @@ -97,7 +97,7 @@ libraryDependencies ++= Seq(
// Pin play-bootstrap because it is tied to the bootstrap version
"com.adrianhurt" %% "play-bootstrap" % "1.6.1-P28-B3", // scala-steward:off
"org.quartz-scheduler" % "quartz" % "2.3.2",
"com.lihaoyi" %% "fastparse" % "3.0.1",
"com.lihaoyi" %% "fastparse" % "3.0.2",
"com.amazonaws" % "aws-java-sdk-ec2" % awsV1SdkVersion,
"com.amazonaws" % "aws-java-sdk-sns" % awsV1SdkVersion,
"com.amazonaws" % "aws-java-sdk-dynamodb" % awsV1SdkVersion,
Expand Down

0 comments on commit 54a55e7

Please sign in to comment.