This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,29 +12,29 @@ The following top level dependencies are published in Maven central:
12
12
13
13
** Thrift support** :
14
14
```
15
- "com.intenthq.pucket" %% "pucket-thrift" % "1.5 .0"
15
+ "com.intenthq.pucket" %% "pucket-thrift" % "1.6 .0"
16
16
```
17
17
18
18
** Avro support** :
19
19
```
20
- "com.intenthq.pucket" %% "pucket-avro" % "1.5 .0"
20
+ "com.intenthq.pucket" %% "pucket-avro" % "1.6 .0"
21
21
```
22
22
23
23
** Spark connectors** :
24
24
```
25
- "com.intenthq.pucket" %% "pucket-spark" % "1.5 .0"
25
+ "com.intenthq.pucket" %% "pucket-spark" % "1.6 .0"
26
26
```
27
27
28
28
** MapReduce integration** :
29
29
```
30
- "com.intenthq.pucket" %% "pucket-mapreduce" % "1.5 .0"
30
+ "com.intenthq.pucket" %% "pucket-mapreduce" % "1.6 .0"
31
31
```
32
32
33
33
These dependencies should be combined depending on your usages; for example if you use Thrift and Spark then use the following:
34
34
35
35
```
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"
38
38
```
39
39
40
40
You can’t perform that action at this time.
0 commit comments