Skip to content

Commit ad7eac5

Browse files
Fix java version in setup guide (#821)
1 parent d6f05d1 commit ad7eac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SetupGuide_Java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ These instructions will guide you through creating your Function Project and add
5252
<dependency>
5353
<groupId>com.microsoft.azure.functions</groupId>
5454
<artifactId>azure-functions-java-library-sql</artifactId>
55-
<version>[1.0.0,)</version>
55+
<version>[2.0.0-preview,)</version>
5656
</dependency>
5757
```
5858

0 commit comments

Comments
 (0)