Skip to content

Commit c616ac4

Browse files
author
iamazy
committed
Update README.md
1 parent 11eccb4 commit c616ac4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rewrite [elasticsearch-sql2](https://github.com/iamazy/elasticsearch-sql2) with
99
<dependency>
1010
<groupId>io.github.iamazy.elasticsearch.dsl</groupId>
1111
<artifactId>elasticsearch-sql-all</artifactId>
12-
<version>7.15.2</version>
12+
<version>${latest.version}</version>
1313
</dependency>
1414
```
1515
或者
@@ -18,12 +18,12 @@ rewrite [elasticsearch-sql2](https://github.com/iamazy/elasticsearch-sql2) with
1818
<dependency>
1919
<groupId>io.github.iamazy.elasticsearch.dsl</groupId>
2020
<artifactId>elasticsearch-sql-core</artifactId>
21-
<version>7.15.2</version>
21+
<version>${latest.version}</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>io.github.iamazy.elasticsearch.dsl</groupId>
2525
<artifactId>elasticsearch-sql-jdbc</artifactId>
26-
<version>7.15.2</version>
26+
<version>${latest.version}</version>
2727
</dependency>
2828
</dependencies>
2929
```

0 commit comments

Comments
 (0)