Skip to content

Commit 979f6b0

Browse files
authored
Update conector version in example application (#359)
1 parent 699c0ca commit 979f6b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/scala/spark-3.5/build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ version := "1.0"
1818

1919
scalaVersion := "2.12.18"
2020

21-
resolvers += "Maven Repo" at "https://s01.oss.sonatype.org/content/repositories/snapshots/"
22-
2321
libraryDependencies += "org.apache.spark" %% "spark-sql" % "3.5.0"
2422
libraryDependencies += "org.apache.spark" %% "spark-core" % "3.5.0"
2523

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

0 commit comments

Comments
 (0)