Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: miroslavpojer <[email protected]>
  • Loading branch information
benedeki and miroslavpojer authored Nov 22, 2023
1 parent a9929e0 commit 07a990d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ lazy val model = (projectMatrix in file("model"))
jacocoReportSettings := jacocoSettings(scalaVersion.value, "atum-model"),
jacocoExcludes := jacocoProjectExcludes()
)
.jvmPlatform(scalaVersions = Versions.supportedScalaVersions)
.jvmPlatform(scalaVersions = Versions.clientSupportedScalaVersions)

lazy val database = (projectMatrix in file("database"))
.settings(
Expand All @@ -125,5 +125,5 @@ lazy val database = (projectMatrix in file("database"))
(Compile / compile) := ((Compile / compile) dependsOn printSparkScalaVersion).value,
): _*
)
.jvmPlatform(scalaVersions = Seq(Versions.scala212))
.jvmPlatform(scalaVersions = Seq(Versions.serviceScalaVersion))

0 comments on commit 07a990d

Please sign in to comment.