Skip to content

Commit b7fa62d

Browse files
maltekmalteharness
andauthored
enforce consistent scala syntax (curly braces) (#350)
Co-authored-by: Malte Kraus <malte.kraus@harness.io>
1 parent 6b33859 commit b7fa62d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,9 @@ ThisBuild / scalacOptions ++= Seq(
209209
"-deprecation",
210210
"-feature",
211211
"--release", "8",
212-
"-language:implicitConversions"
212+
"-language:implicitConversions",
213+
"-old-syntax",
214+
"-no-indent"
213215
)
214216

215217
val scalacOptionsFor2_12 = Seq(

0 commit comments

Comments
 (0)