Skip to content

Commit

Permalink
Merge pull request #259 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
rtyley authored Oct 10, 2024
2 parents 7c71744 + 44decdd commit 7bebfac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def projectWithPlayVersion(playVersion: PlayVersion) =
Compile / unmanagedSourceDirectories += baseDirectory.value / playVersion.pekkoOrAkkaSrcFolder,

libraryDependencies ++= Seq(
"com.gu.play-secret-rotation" %% "core" % "11.3.0",
"com.gu.play-secret-rotation" %% "core" % "11.3.1",
"org.typelevel" %% "cats-core" % "2.12.0",
commonsCodec,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Dependencies {
* @see https://github.com/guardian/subscriptions-frontend/pull/363#issuecomment-186190081
*/
val googleDirectoryAPI = Seq(
"com.google.apis" % "google-api-services-admin-directory" % "directory_v1-rev20240618-2.0.0",
"com.google.apis" % "google-api-services-admin-directory" % "directory_v1-rev20240924-2.0.0",
"com.google.api-client" % "google-api-client" % "2.7.0",
"com.google.auth" % "google-auth-library-oauth2-http" % "1.28.0"
).map(_ exclude("com.google.guava", "guava-jdk5")) :+ "com.google.guava" % "guava" % "33.3.1-jre"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0")

0 comments on commit 7bebfac

Please sign in to comment.