Skip to content

Commit

Permalink
Update Spark version
Browse files Browse the repository at this point in the history
  • Loading branch information
Annabelle Gillet committed Jul 30, 2023
1 parent 379925b commit 759cb4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ThisBuild / scalaVersion := "2.12.8"
ThisBuild / scalaVersion := "2.12.16"
ThisBuild / version := "0.5.0"
ThisBuild / organization := "tdm"
ThisBuild / organizationName := "tdm"

val sparkVersion = "3.2.0"
val sparkVersion = "3.4.1"

lazy val root = (project in file("."))
.settings(
Expand All @@ -29,7 +29,7 @@ libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.3"

// Postgres embedded
libraryDependencies += "ru.yandex.qatools.embed" % "postgresql-embedded" % "2.10" % Test
libraryDependencies += "org.postgresql" % "postgresql" % "42.2.5" % Test
libraryDependencies += "org.postgresql" % "postgresql" % "42.6.0" % Test

// Breeze
libraryDependencies += "org.scalanlp" %% "breeze" % "1.1"
Expand Down
Binary file modified lib/MuLOT-distributed-assembly-0.5.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions src/test/scala/tdm/core/TensorFromDataSourceTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import org.scalatest._
import ru.yandex.qatools.embed.postgresql.EmbeddedPostgres
import ru.yandex.qatools.embed.postgresql.distribution.Version

import shapeless.test.illTyped

import tdm._
import tdm.core._

Expand Down

0 comments on commit 759cb4a

Please sign in to comment.