Skip to content

Commit e8100a1

Browse files
committed
Updated README to mention 6.2.1
1 parent 067ff35 commit e8100a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ To use the API in your [Maven](https://maven.apache.org/) project, include the f
4141
<dependency>
4242
<groupId>com.marklogic</groupId>
4343
<artifactId>marklogic-client-api</artifactId>
44-
<version>6.0.0</version>
44+
<version>6.2.1</version>
4545
</dependency>
4646

4747
To use the API in your [Gradle](https://gradle.org/) project, include the following in your build.gradle file:
4848

4949
dependencies {
50-
implementation "com.marklogic:marklogic-client-api:6.0.0"
50+
implementation "com.marklogic:marklogic-client-api:6.2.1"
5151
}
5252

5353
Next, read [The Java API in Five Minutes](http://developer.marklogic.com/try/java/index) to get started.

0 commit comments

Comments
 (0)