Skip to content

Commit

Permalink
Use Play v2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Feb 9, 2024
1 parent 456d88e commit 00f8898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val scroogeVersion = "4.12.0"
val awsVersion = "1.11.678"
val awsV2Version = "2.21.17"
val pandaVersion = "3.0.1"
val atomMakerVersion = "1.3.4"
val atomMakerVersion = "2.0.0-PREVIEW.fix-tests-under-java-17.2024-01-18T1039.b4d55b3d"
val typesafeConfigVersion = "1.4.0" // to match what we get from Play transitively
val scanamoVersion = "1.0.0-M28"

Expand Down Expand Up @@ -85,10 +85,10 @@ lazy val common = (project in file("common"))
"com.google.api-client" % "google-api-client" % googleApiClientVersion,
"com.google.http-client" % "google-http-client-jackson2" % googleHttpJacksonVersion,
"com.google.apis" % "google-api-services-youtube" % youTubeApiClientVersion,
"com.gu" %% "pan-domain-auth-play_2-8" % pandaVersion,
"com.gu" %% "pan-domain-auth-play_2-9" % pandaVersion,
"com.gu" %% "pan-domain-auth-verification" % pandaVersion,
"com.gu" %% "pan-domain-auth-core" % pandaVersion,
"com.gu" %% "panda-hmac-play_2-8" % pandaVersion,
"com.gu" %% "panda-hmac-play_2-9" % pandaVersion,
ws,
"com.typesafe.play" %% "play-json-joda" % "2.7.4",
"com.gu" %% "atom-publisher-lib" % atomMakerVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.1")

addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4")

Expand Down

0 comments on commit 00f8898

Please sign in to comment.