Skip to content

Commit

Permalink
update readme to reflect the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
praries880 committed Jun 5, 2019
1 parent d402343 commit e822df3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ The runtime libraries for [AutoRest](https://github.com/azure/autorest) generate
<dependency>
<groupId>com.microsoft.rest</groupId>
<artifactId>client-runtime</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>

<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>

<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>
```

Expand Down

0 comments on commit e822df3

Please sign in to comment.