diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-12-27 15:24:28 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-12-27 15:24:28 +0100 |
commit | 0a58d50a1480f6969f4f032c431446d3999b4437 (patch) | |
tree | 22c3a644438206b44432960e14ef1be316db39d5 | |
parent | cda680f67fc81860e46e442e6d17c68e8c863ecd (diff) |
Fix Scala version for Dataproc
-rw-r--r-- | co-purchase-analysis/build.sbt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/co-purchase-analysis/build.sbt b/co-purchase-analysis/build.sbt index bd0d706..8a08754 100644 --- a/co-purchase-analysis/build.sbt +++ b/co-purchase-analysis/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "2.13.12" +scalaVersion := "2.12.10" name := "co-purchase-analysis" organization := "it.unibo.cs.scp" @@ -7,5 +7,3 @@ version := "1.0" libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0" libraryDependencies += "org.apache.spark" %% "spark-core" % "3.5.3" libraryDependencies += "org.apache.spark" %% "spark-sql" % "3.5.3" - - |