Skip to content

Commit

Permalink
Merge pull request Azure#3276 from Azure/iscai-msft-patch-1
Browse files Browse the repository at this point in the history
update default java autorest version to 2.1.88
  • Loading branch information
lmazuel authored Jul 5, 2019
2 parents 1458ff3 + f3cd44a commit 551b1cb
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 551b1cb

Please sign in to comment.