File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/test/scala/za/co/absa/standardization/testing Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ ThisBuild / name := "spark-data-standardization"
2121ThisBuild / organization := " za.co.absa"
2222
2323lazy val scala211 = " 2.11.12"
24- lazy val scala212 = " 2.12.18 "
25- lazy val scala213 = " 2.13.11 "
24+ lazy val scala212 = " 2.12.20 "
25+ lazy val scala213 = " 2.13.16 "
2626
2727ThisBuild / crossScalaVersions := Seq (scala211, scala212, scala213)
2828ThisBuild / scalaVersion := scala211
@@ -39,6 +39,8 @@ ThisBuild / printSparkScalaVersion := {
3939}
4040
4141Test / parallelExecution := false
42+ Test / logBuffered := false
43+ Test / fork := true
4244
4345// Only apply scalafmt to files that differ from master (i.e. files changed in the feature branch or so; n/a on Windows)
4446lazy val fmtFilterExpression : String = System .getProperty(" os.name" ).toLowerCase match {
Original file line number Diff line number Diff line change 44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
66 * You may obtain a copy of the License at
7+ *
78 * http://www.apache.org/licenses/LICENSE-2.0
89 *
910 * Unless required by applicable law or agreed to in writing, software
You can’t perform that action at this time.
0 commit comments