Skip to content

Commit

Permalink
Merge pull request #1163 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
tkgnm authored Sep 26, 2023
2 parents ec2696d + 695ea0e commit eb95dcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val compilerOptions = Seq(

ThisBuild / scalacOptions ++= compilerOptions

val playJsonVersion = "2.9.4"
val playJsonVersion = "2.10.1"
val specsVersion: String = "4.8.3"
val awsSdkVersion: String = "1.12.548"
val doobieVersion: String = "0.13.4"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.4
sbt.version=1.9.6
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19")

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")

addSbtPlugin("com.localytics" % "sbt-dynamodb" % "2.0.3")

Expand Down

0 comments on commit eb95dcb

Please sign in to comment.