Skip to content

Commit 25254d5

Browse files
Build and test with 3.4.4 (and bump base version to 3.22 to differentiate)
1 parent 9841355 commit 25254d5

File tree

7 files changed

+1454
-1262
lines changed

7 files changed

+1454
-1262
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import scala.xml.transform.{RewriteRule, RuleTransformer}
66
val scala212 = "2.12.19"
77
val scala213 = "2.13.14"
88
val supportedScalaVersions = List(scala212, scala213)
9-
val sparkVersion = "3.3.4"
9+
val sparkVersion = "3.4.4"
1010
val circeVersion = "0.14.9"
1111
val sttpVersion = "3.5.2"
1212
val natchezVersion = "0.3.1"
@@ -41,7 +41,7 @@ lazy val commonSettings = Seq(
4141
organization := "com.cognite.spark.datasource",
4242
organizationName := "Cognite",
4343
organizationHomepage := Some(url("https://cognite.com")),
44-
version := "3.21." + patchVersion,
44+
version := "3.22." + patchVersion,
4545
isSnapshot := patchVersion.endsWith("-SNAPSHOT"),
4646
crossScalaVersions := supportedScalaVersions,
4747
semanticdbEnabled := true,

0 commit comments

Comments
 (0)