File tree Expand file tree Collapse file tree 6 files changed +15
-17
lines changed Expand file tree Collapse file tree 6 files changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
13
13
}
14
14
}
15
15
16
- def dseVersion = " 5.0.4 "
16
+ def dseVersion = " 5.1.0 "
17
17
18
18
// The assembly configuration will cause jar to be included in assembled fat-jar
19
19
configurations {
Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
- <dse .version>5.0.4 </dse .version>
12
+ <dse .version>5.1.0 </dse .version>
13
13
</properties >
14
14
15
15
<dependencies >
Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ crossPaths := false
6
6
7
7
autoScalaLibrary := false
8
8
9
+ scalaVersion := " 2.11.8"
10
+
9
11
resolvers += " DataStax Repo" at " https://datastax.artifactoryonline.com/datastax/public-repos/"
10
12
11
- val dseVersion = " 5.0.4 "
13
+ val dseVersion = " 5.1.0 "
12
14
13
15
// Please make sure that following DSE version matches your DSE cluster version.
14
16
// SBT 0.13.13 or greater required because of a dependency resolution bug
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ configurations {
28
28
testCompile. exclude group : ' org.slf4j' , module : ' log4j-over-slf4j'
29
29
}
30
30
31
- def dseVersion = " 5.0.4 "
31
+ def dseVersion = " 5.1.0 "
32
32
33
- def scalaVersion = " 2.10 "
33
+ def scalaVersion = " 2.11 "
34
34
def scalaTestVersion = " 3.0.0"
35
- def connectorVersion = " 1.6.0 "
35
+ def connectorVersion = " 2.0.0-M3 "
36
36
def cassandraVersion = " 3.0.2"
37
37
def jUnitVersion = " 4.12"
38
38
Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
- <dse .version>5.0.4 </dse .version>
13
- <scala .version>2.10.6 </scala .version>
14
- <scala .main.version>2.10 </scala .main.version>
12
+ <dse .version>5.1.0 </dse .version>
13
+ <scala .version>2.11.8 </scala .version>
14
+ <scala .main.version>2.11 </scala .main.version>
15
15
<scalatest .version>3.0.0</scalatest .version>
16
- <connector .version>1.6.0 </connector .version>
16
+ <connector .version>2.0.0-M3 </connector .version>
17
17
<cassandra .version>3.0.2</cassandra .version>
18
18
<junit .version>4.12</junit .version>
19
19
</properties >
29
29
<groupId >org.mortbay.jetty</groupId >
30
30
<artifactId >*</artifactId >
31
31
</exclusion >
32
- <exclusion >
33
- <groupId >javax.servlet</groupId >
34
- <artifactId >*</artifactId >
35
- </exclusion >
36
32
<exclusion >
37
33
<groupId >org.apache.cassandra</groupId >
38
34
<artifactId >*</artifactId >
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name := "writeRead"
3
3
4
4
version := " 0.1"
5
5
6
- scalaVersion := " 2.10.6 "
6
+ scalaVersion := " 2.11.8 "
7
7
8
8
resolvers += " DataStax Repo" at " https://datastax.artifactoryonline.com/datastax/public-repos/"
9
9
10
- val dseVersion = " 5.0.4 "
10
+ val dseVersion = " 5.1.0 "
11
11
12
12
// Please make sure that following DSE version matches your DSE cluster version.
13
13
// Exclusions are solely for running integrated testing
@@ -25,7 +25,7 @@ libraryDependencies += (
25
25
// The 'test/resources' Directory in should match the resources directory in the `it` directory
26
26
// for the version of the Spark Cassandra Connector in use.
27
27
val scalaTestVersion = " 3.0.0"
28
- val connectorVersion = " 1.6.0 "
28
+ val connectorVersion = " 2.0.0-M3 "
29
29
val jUnitVersion = " 4.12"
30
30
val cassandraVersion = " 3.0.2"
31
31
You can’t perform that action at this time.
0 commit comments