Merge pull request #5950 from scala-steward/update/google-auth-library-oauth2-http-0.20.0

Update google-auth-library-oauth2-http to 0.20.0
pull/5959/head
Thibault Duplessis 2020-01-24 14:09:30 -06:00 committed by GitHub
commit 1fbb9f7828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ object Dependencies {
val prismic = "io.prismic" %% "scala-kit" % "1.2.16-THIB213"
val scrimage = "com.sksamuel.scrimage" %% "scrimage-core" % "2.1.8-SNAPSHOT"
val scaffeine = "com.github.blemale" %% "scaffeine" % "3.1.0" % "compile"
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.19.0"
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.20.0"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "1.5.1"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.8.4"
val lettuce = "io.lettuce" % "lettuce-core" % "5.2.1.RELEASE"