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"
21
21
ThisBuild / organization := " za.co.absa"
22
22
23
23
lazy 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 "
26
26
27
27
ThisBuild / crossScalaVersions := Seq (scala211, scala212, scala213)
28
28
ThisBuild / scalaVersion := scala211
@@ -39,6 +39,8 @@ ThisBuild / printSparkScalaVersion := {
39
39
}
40
40
41
41
Test / parallelExecution := false
42
+ Test / logBuffered := false
43
+ Test / fork := true
42
44
43
45
// Only apply scalafmt to files that differ from master (i.e. files changed in the feature branch or so; n/a on Windows)
44
46
lazy val fmtFilterExpression : String = System .getProperty(" os.name" ).toLowerCase match {
Original file line number Diff line number Diff line change 4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
+ *
7
8
* http://www.apache.org/licenses/LICENSE-2.0
8
9
*
9
10
* Unless required by applicable law or agreed to in writing, software
You can’t perform that action at this time.
0 commit comments