Skip to content

Commit 123fdea

Browse files
committed
* updated Scala versions
* test configuration test * license fix
1 parent aaa43b0 commit 123fdea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.sbt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ThisBuild / name := "spark-data-standardization"
2121
ThisBuild / organization := "za.co.absa"
2222

2323
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"
2626

2727
ThisBuild / crossScalaVersions := Seq(scala211, scala212, scala213)
2828
ThisBuild / scalaVersion := scala211
@@ -39,6 +39,8 @@ ThisBuild / printSparkScalaVersion := {
3939
}
4040

4141
Test / 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)
4446
lazy val fmtFilterExpression: String = System.getProperty("os.name").toLowerCase match {

src/test/scala/za/co/absa/standardization/testing/TimeZoneNormalizer.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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

0 commit comments

Comments
 (0)