Skip to content

Commit

Permalink
Update spark dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonkmi committed Apr 5, 2024
1 parent cc4a64c commit bf3afb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "org.codecraftlabs.spark"

name := "spark-utils"

val appVersion = "1.3.0"
val appVersion = "1.3.1"

val appName = "spark-utils"

Expand All @@ -13,8 +13,8 @@ scalaVersion := "2.13.10"
resolvers += Classpaths.typesafeReleases

libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % "3.5.0",
"org.apache.spark" %% "spark-sql" % "3.5.0",
"org.apache.spark" %% "spark-core" % "3.5.1",
"org.apache.spark" %% "spark-sql" % "3.5.1",
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
)

Expand Down

0 comments on commit bf3afb3

Please sign in to comment.