From 1aaba752b5a2487679e7b010ace677ba76072854 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 12:14:06 +0000 Subject: [PATCH] Run `sbt ci-docs` [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a7c604..e6b8192 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Methods to authenticate with Google services over HTTP Add the following line to your `build.sbt` file: ```sbt -libraryDependencies += "com.permutive" %% "gcp-auth" % "0.3.0" +libraryDependencies += "com.permutive" %% "gcp-auth" % "1.0.0" ``` The library is published for Scala versions: `2.12`, `2.13` and `3`. @@ -168,7 +168,7 @@ the appropriate `TokenProvider` using pureconfig: 1. Add the following line to your `build.sbt` file: ```sbt -libraryDependencies += "com.permutive" %% "gcp-auth-pureconfig" % "0.3.0" +libraryDependencies += "com.permutive" %% "gcp-auth-pureconfig" % "1.0.0" ``` 2. Use the following type in your configuration class: