Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonm1 committed Sep 1, 2019
1 parent 24f42b3 commit c908f52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

# 2.0.1

- update to [Spark 2.4.4](https://spark.apache.org/releases/spark-release-2-4-4.html).
- update to Scala `2.12.9`

# 2.0.0

Arc 2.0.0 is a major (breaking) change which has been done for multiple reasons:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._

lazy val scala211 = "2.11.12"
lazy val scala212 = "2.12.8"
lazy val scala212 = "2.12.9"
lazy val supportedScalaVersions = List(scala211, scala212)

lazy val root = (project in file(".")).
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
// versions
lazy val sparkVersion = "2.4.3"
lazy val sparkVersion = "2.4.4"
lazy val hadoopVersion = "2.9.2"

// arc
Expand Down

0 comments on commit c908f52

Please sign in to comment.