Merge pull request #8005 from scala-steward/update/google-auth-library-oauth2-http-0.23.0

Update google-auth-library-oauth2-http to 0.23.0
prod-hotfix
Thibault Duplessis 2021-01-27 21:58:24 +01:00 committed by GitHub
commit e708462b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ object Dependencies {
val prismic = "io.prismic" %% "scala-kit" % "1.2.19-THIB213"
val scrimage = "com.sksamuel.scrimage" % "scrimage-core" % "4.0.15"
val scaffeine = "com.github.blemale" %% "scaffeine" % "4.0.2" % "compile"
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.22.2"
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.23.0"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "2.3.1"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.9.2"
val lettuce = "io.lettuce" % "lettuce-core" % "5.3.6.RELEASE"