Skip to content

Commit

Permalink
Merge pull request #1198 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
tjsilver authored Feb 3, 2025
2 parents 055bf67 + c7678df commit e712f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy val hq = (project in file("hq"))
libraryDependencies ++= Seq(
ws,
filters,
"com.gu.play-googleauth" %% "play-v30" % "19.0.1",
"com.gu.play-googleauth" %% "play-v30" % "20.0.0",
"com.gu.play-secret-rotation" %% "play-v30" % "13.1.2",
"com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v2" % "13.1.2",

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")

libraryDependencies += "org.vafer" % "jdeb" % "1.12" artifacts Artifact("jdeb", "jar", "jar")
libraryDependencies += "org.vafer" % "jdeb" % "1.13" artifacts Artifact("jdeb", "jar", "jar")

// The Play plugin
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6")
Expand Down

0 comments on commit e712f76

Please sign in to comment.