Skip to content

Commit

Permalink
update default java autorest version to 2.1.88
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Jul 2, 2019
1 parent 1458ff3 commit f3cd44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/autorest-core/resources/default-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ try-require: ./readme.go.md
``` yaml $(java) && $(preview)
use-extension:
"@microsoft.azure/autorest.java": "~2.1.32"
"@microsoft.azure/autorest.java": "~2.1.88"
try-require: ./readme.java.md
```
``` yaml $(java)
use-extension:
"@microsoft.azure/autorest.java": "~2.1.32"
"@microsoft.azure/autorest.java": "~2.1.88"
try-require: ./readme.java.md
```
Expand Down

0 comments on commit f3cd44a

Please sign in to comment.