Skip to content

Commit

Permalink
Run sbt ci-docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2024
1 parent aafa268 commit 1aaba75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1aaba75

Please sign in to comment.