Skip to content

Commit

Permalink
Build and test with 3.4.4 (and bump base version to 3.22 to different…
Browse files Browse the repository at this point in the history
…iate)
  • Loading branch information
thorkildcognite committed Nov 22, 2024
1 parent caa662d commit 0c53ba6
Show file tree
Hide file tree
Showing 7 changed files with 1,474 additions and 1,282 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import scala.xml.transform.{RewriteRule, RuleTransformer}
val scala212 = "2.12.19"
val scala213 = "2.13.15"
val supportedScalaVersions = List(scala212, scala213)
val sparkVersion = "3.3.4"
val sparkVersion = "3.4.4"
val circeVersion = "0.14.9"
val sttpVersion = "3.5.2"
val natchezVersion = "0.3.1"
Expand Down Expand Up @@ -41,7 +41,7 @@ lazy val commonSettings = Seq(
organization := "com.cognite.spark.datasource",
organizationName := "Cognite",
organizationHomepage := Some(url("https://cognite.com")),
version := "3.21." + patchVersion,
version := "3.22." + patchVersion,
isSnapshot := patchVersion.endsWith("-SNAPSHOT"),
crossScalaVersions := supportedScalaVersions,
semanticdbEnabled := true,
Expand Down
Loading

0 comments on commit 0c53ba6

Please sign in to comment.