Skip to content

Commit

Permalink
Update conector version in example application (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzitnik authored Sep 10, 2024
1 parent 699c0ca commit 979f6b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/scala/spark-3.5/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ version := "1.0"

scalaVersion := "2.12.18"

resolvers += "Maven Repo" at "https://s01.oss.sonatype.org/content/repositories/snapshots/"

libraryDependencies += "org.apache.spark" %% "spark-sql" % "3.5.0"
libraryDependencies += "org.apache.spark" %% "spark-core" % "3.5.0"

libraryDependencies += "com.clickhouse" % "clickhouse-jdbc" % "0.6.3" classifier "all"
libraryDependencies += "com.clickhouse.spark" %% "clickhouse-spark-runtime-3.5" % "0.8.0-SNAPSHOT"
libraryDependencies += "com.clickhouse.spark" %% "clickhouse-spark-runtime-3.5" % "0.8.0"

0 comments on commit 979f6b0

Please sign in to comment.