We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f05d1 commit ad7eac5Copy full SHA for ad7eac5
docs/SetupGuide_Java.md
@@ -52,7 +52,7 @@ These instructions will guide you through creating your Function Project and add
52
<dependency>
53
<groupId>com.microsoft.azure.functions</groupId>
54
<artifactId>azure-functions-java-library-sql</artifactId>
55
- <version>[1.0.0,)</version>
+ <version>[2.0.0-preview,)</version>
56
</dependency>
57
```
58
0 commit comments