Skip to content

Commit

Permalink
Merge pull request #1222 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
lindseydew authored May 8, 2024
2 parents b52327c + 92d0d48 commit 94d5b44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ val compilerOptions = Seq(

ThisBuild / scalacOptions ++= compilerOptions

val playJsonVersion = "3.0.2"
val playJsonVersion = "3.0.3"
val specsVersion: String = "4.8.3"
val awsSdkVersion: String = "1.12.687"
val doobieVersion: String = "0.13.4"
val catsVersion: String = "2.10.0"
val okHttpVersion: String = "4.12.0"
val paClientVersion: String = "7.0.9"
val apacheThrift: String = "0.15.0"
val jacksonDatabind: String = "2.16.2"
val jacksonCbor: String = "2.16.2"
val jacksonScalaModule: String = "2.16.2"
val jacksonDatabind: String = "2.17.0"
val jacksonCbor: String = "2.17.0"
val jacksonScalaModule: String = "2.17.0"
val simpleConfigurationVersion: String = "1.5.7"
val googleOAuthClient: String = "1.35.0"
val nettyVersion: String = "4.1.109.Final"
Expand Down

0 comments on commit 94d5b44

Please sign in to comment.