Skip to content

Commit

Permalink
revert build sbt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Eliat-Eliat committed Nov 15, 2024
1 parent 4fbf3b4 commit 97c7ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lazy val commonSettings = Seq(
crossScalaVersions := supportedScalaVersions,
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
scalaVersion := scala213, // default to Scala 2.12
scalaVersion := scala212, // default to Scala 2.12
// handle cross plugin https://github.com/stringbean/sbt-dependency-lock/issues/13
dependencyLockFile := { baseDirectory.value / s"build.scala-${CrossVersion.partialVersion(scalaVersion.value) match { case Some((2, n)) => s"2.$n" }}.sbt.lock" },
description := "Spark data source for the Cognite Data Platform.",
Expand Down

0 comments on commit 97c7ea4

Please sign in to comment.