Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit e2b760c

Browse files
authored
Bump to 1.6.0, prepare for release!
1 parent 5ab21d1 commit e2b760c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@ The following top level dependencies are published in Maven central:
1212

1313
**Thrift support**:
1414
```
15-
"com.intenthq.pucket" %% "pucket-thrift" % "1.5.0"
15+
"com.intenthq.pucket" %% "pucket-thrift" % "1.6.0"
1616
```
1717

1818
**Avro support**:
1919
```
20-
"com.intenthq.pucket" %% "pucket-avro" % "1.5.0"
20+
"com.intenthq.pucket" %% "pucket-avro" % "1.6.0"
2121
```
2222

2323
**Spark connectors**:
2424
```
25-
"com.intenthq.pucket" %% "pucket-spark" % "1.5.0"
25+
"com.intenthq.pucket" %% "pucket-spark" % "1.6.0"
2626
```
2727

2828
**MapReduce integration**:
2929
```
30-
"com.intenthq.pucket" %% "pucket-mapreduce" % "1.5.0"
30+
"com.intenthq.pucket" %% "pucket-mapreduce" % "1.6.0"
3131
```
3232

3333
These dependencies should be combined depending on your usages; for example if you use Thrift and Spark then use the following:
3434

3535
```
36-
"com.intenthq.pucket" %% "pucket-thrift" % "1.5.0"
37-
"com.intenthq.pucket" %% "pucket-spark" % "1.5.0"
36+
"com.intenthq.pucket" %% "pucket-thrift" % "1.6.0"
37+
"com.intenthq.pucket" %% "pucket-spark" % "1.6.0"
3838
```
3939

4040

0 commit comments

Comments
 (0)