Skip to content

Commit

Permalink
Merge pull request #256 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
emdash-ie authored Oct 3, 2024
2 parents b6749d9 + f007afe commit d621ec5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion.fromAggregatedAssessedComp

name := "play-googleauth"

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("releases") // libraries that haven't yet synced to maven central

val artifactPomMetadataSettings = Seq(
Expand Down
2 changes: 1 addition & 1 deletion play-v29/src/sbt-test/example/webapp/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "play-googleauth-example"

scalaVersion := "2.13.14"
scalaVersion := "2.13.15"

libraryDependencies ++= Seq(
"com.gu.play-googleauth" %% "play-v30" % version.value,
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object Dependencies {
val googleDirectoryAPI = Seq(
"com.google.apis" % "google-api-services-admin-directory" % "directory_v1-rev20240618-2.0.0",
"com.google.api-client" % "google-api-client" % "2.7.0",
"com.google.auth" % "google-auth-library-oauth2-http" % "1.25.0"
).map(_ exclude("com.google.guava", "guava-jdk5")) :+ "com.google.guava" % "guava" % "33.3.0-jre"
"com.google.auth" % "google-auth-library-oauth2-http" % "1.27.0"
).map(_ exclude("com.google.guava", "guava-jdk5")) :+ "com.google.guava" % "guava" % "33.3.1-jre"

}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2

0 comments on commit d621ec5

Please sign in to comment.