Skip to content

Commit

Permalink
Upgrade all dependencies to Play 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AshCorr committed Jan 10, 2024
1 parent 45b9bcb commit 68eb620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % "1.7.3",
"org.apache.pekko" %% "pekko-actor-typed" % "1.0.1",
"com.gu" %% "simple-configuration-ssm" % "1.6.4",
"com.gu.play-secret-rotation" %% "play-v29" % "0.40",
"com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v2" % "0.40",
"com.gu.play-googleauth" %% "play-v29" % "2.3.0",
"com.gu.play-secret-rotation" %% "play-v30" % "6.0.8",
"com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v2" % "6.0.8",
"com.gu.play-googleauth" %% "play-v30" % "3.0.6",
// 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",
Expand Down

0 comments on commit 68eb620

Please sign in to comment.