Update google-auth-library-oauth2-http to 0.26.0

pull/8986/head
Scala Steward 2021-05-20 20:48:42 +02:00
parent 4d1d7daeb3
commit 2db6b0a2ff
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6
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.18"
val scaffeine = "com.github.blemale" %% "scaffeine" % "4.0.2" % "compile"
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.25.5"
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.26.0"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "3.2.0"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.9.4"
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.2.RELEASE"