Skip to content

Commit

Permalink
Merge branch 'main' into update/aws
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaBrigitte authored Nov 13, 2023
2 parents c5c4a6c + 7d98da0 commit af96627
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 @@ -65,8 +65,8 @@ lazy val root = (project in file("."))
"com.beust" % "jcommander" % "1.82", // TODO: remove once security vulnerability introduced by aws sdk v2 fixed: https://snyk.io/vuln/maven:com.beust%3Ajcommanderbu
"com.amazonaws" % "aws-java-sdk-dynamodb" % awsVersionOne,
"com.amazonaws" % "aws-java-sdk-autoscaling" % awsVersionOne,
"org.playframework" %% "play-json" % "3.0.0",
"org.playframework" %% "play-json-joda" % "3.0.0",
"org.playframework" %% "play-json" % "3.0.1",
"org.playframework" %% "play-json-joda" % "3.0.1",
"ai.x" %% "play-json-extensions" % "0.42.0",
ws,
"org.scala-stm" %% "scala-stm" % "0.11.1",
Expand Down

0 comments on commit af96627

Please sign in to comment.