Skip to content

Commit

Permalink
Set scala.complete.version explicitly so that spark-packages can pick…
Browse files Browse the repository at this point in the history
… it up
  • Loading branch information
sryza committed Nov 15, 2016
1 parent 96b209b commit bd10373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -53,7 +53,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<scala.minor.version>2.11</scala.minor.version>
<scala.complete.version>${scala.minor.version}.8</scala.complete.version>
<scala.complete.version>2.11.8</scala.complete.version>
<spark.version>2.0.0</spark.version>
<breeze.version>0.12</breeze.version>
</properties>
Expand Down Expand Up @@ -481,7 +481,7 @@
<id>scala-2.10</id>
<properties>
<scala.minor.version>2.10</scala.minor.version>
<scala.complete.version>${scala.minor.version}.6</scala.complete.version>
<scala.complete.version>2.10.6</scala.complete.version>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit bd10373

Please sign in to comment.