Skip to content

Commit d01157d

Browse files
tom-hainesgarrettjonesgoogle
authored andcommitted
Update README to current 0.6.0 version for dependency quick start (#86)
1 parent 86772b0 commit d01157d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
3030
<dependency>
3131
<groupId>com.google.auth</groupId>
3232
<artifactId>google-auth-library-oauth2-http</artifactId>
33-
<version>0.5.0</version>
33+
<version>0.6.0</version>
3434
</dependency>
3535
```
3636
If you are using Gradle, add this to your dependencies
3737
```Groovy
38-
compile 'com.google.auth:google-auth-library-oauth2-http:0.5.0'
38+
compile 'com.google.auth:google-auth-library-oauth2-http:0.6.0'
3939
```
4040
If you are using SBT, add this to your dependencies
4141
```Scala
42-
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.5.0"
42+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.6.0"
4343
```
4444

4545
google-auth-library-credentials

0 commit comments

Comments
 (0)