Skip to content

Commit 253f5f0

Browse files
committed
Update readme to have proper version
1 parent 713db47 commit 253f5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ To use the java-api library, add this to the `<dependencies>` section of your `p
4040
<dependency>
4141
<groupId>org.utplsql</groupId>
4242
<artifactId>java-api</artifactId>
43-
<version>3.1.2</version>
43+
<version>3.1.6</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
```
4747

4848
## Compatibility
4949
The latest Java-API is always compatible with all database frameworks of the same major version.
50-
For example API-3.0.4 is compatible with database framework 3.0.0-3.1.2 but not with database framework 2.x.
50+
For example API-3.0.4 is compatible with database framework 3.0.0-3.1.* but not with database framework 2.x.
5151

5252
It is although recommended to always use the latest release of the API to build your tools for utPLSQL.
5353

0 commit comments

Comments
 (0)