This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
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.7.0 "
15
+ "com.intenthq.pucket" %% "pucket-thrift" % "1.7.1 "
16
16
```
17
17
18
18
** Avro support** :
19
19
```
20
- "com.intenthq.pucket" %% "pucket-avro" % "1.7.0 "
20
+ "com.intenthq.pucket" %% "pucket-avro" % "1.7.1 "
21
21
```
22
22
23
23
** Spark connectors** :
24
24
```
25
- "com.intenthq.pucket" %% "pucket-spark" % "1.7.0 "
25
+ "com.intenthq.pucket" %% "pucket-spark" % "1.7.1 "
26
26
```
27
27
28
28
** MapReduce integration** :
29
29
```
30
- "com.intenthq.pucket" %% "pucket-mapreduce" % "1.7.0 "
30
+ "com.intenthq.pucket" %% "pucket-mapreduce" % "1.7.1 "
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.7.0 "
37
- "com.intenthq.pucket" %% "pucket-spark" % "1.7.0 "
36
+ "com.intenthq.pucket" %% "pucket-thrift" % "1.7.1 "
37
+ "com.intenthq.pucket" %% "pucket-spark" % "1.7.1 "
38
38
```
39
39
40
40
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ val pomInfo = (
32
32
33
33
lazy val commonSettings = Seq (
34
34
organization := " com.intenthq.pucket" ,
35
- version := " 1.7.0 " ,
35
+ version := " 1.7.1 " ,
36
36
scalaVersion := " 2.11.12" ,
37
37
publishArtifact in Test := false ,
38
38
pomIncludeRepository := { _ => false },
@@ -70,7 +70,7 @@ lazy val commonSettings = Seq(
70
70
Resolver .sonatypeRepo(" public" ),
71
71
Resolver .sonatypeRepo(" releases" ),
72
72
Resolver .typesafeIvyRepo(" releases" ),
73
- " Twitter" at " http ://maven.twttr.com/" ,
73
+ " Twitter" at " https ://maven.twttr.com/" ,
74
74
" Bintray" at " https://jcenter.bintray.com/"
75
75
)
76
76
)
You can’t perform that action at this time.
0 commit comments