@@ -4,35 +4,13 @@ name := "sparklingml"
44
55publishMavenStyle := true
66
7- version := " 0.1.0 "
7+ version := " 0.0.1 "
88
99sparkVersion := " 2.1.1"
1010
11- scalaVersion := {
12- if (sparkVersion.value >= " 2.0.0" ) {
13- " 2.11.8"
14- } else {
15- " 2.10.6"
16- }
17- }
18-
19- // See https://github.com/scala/scala/pull/3799
20- coverageHighlighting := {
21- if (sparkVersion.value >= " 2.0.0" ) {
22- true
23- } else {
24- false
25- }
26- }
11+ scalaVersion := " 2.11.8"
2712
28-
29- crossScalaVersions := {
30- if (sparkVersion.value > " 2.0.0" ) {
31- Seq (" 2.11.11" )
32- } else {
33- Seq (" 2.10.6" , " 2.11.11" )
34- }
35- }
13+ coverageHighlighting := true
3614
3715javacOptions ++= Seq (" -source" , " 1.8" , " -target" , " 1.8" )
3816
@@ -46,10 +24,7 @@ parallelExecution in Test := false
4624fork := true
4725
4826
49- coverageHighlighting := {
50- if (scalaBinaryVersion.value == " 2.10" ) false
51- else true
52- }
27+ coverageHighlighting := true
5328
5429
5530
@@ -67,14 +42,6 @@ scalacOptions ++= Seq("-deprecation", "-unchecked")
6742pomIncludeRepository := { x => false }
6843
6944resolvers ++= Seq (
70- " JBoss Repository" at " http://repository.jboss.org/nexus/content/repositories/releases/" ,
71- " Spray Repository" at " http://repo.spray.cc/" ,
72- " Cloudera Repository" at " https://repository.cloudera.com/artifactory/cloudera-repos/" ,
73- " Akka Repository" at " http://repo.akka.io/releases/" ,
74- " Twitter4J Repository" at " http://twitter4j.org/maven2/" ,
75- " Apache HBase" at " https://repository.apache.org/content/repositories/releases" ,
76- " Twitter Maven Repo" at " http://maven.twttr.com/" ,
77- " scala-tools" at " https://oss.sonatype.org/content/groups/scala-tools" ,
7845 " sonatype-releases" at " https://oss.sonatype.org/content/repositories/releases/" ,
7946 " Typesafe repository" at " http://repo.typesafe.com/typesafe/releases/" ,
8047 " Second Typesafe repo" at " http://repo.typesafe.com/typesafe/maven-releases/" ,
0 commit comments