Skip to content

Commit 1d0e25d

Browse files
committed
Fixed many of the warnings after scala 2.13 upgrade
1 parent 8c7131d commit 1d0e25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
335335
"org.apache.spark" %% "spark-core" % sparkVersion,
336336
"org.apache.spark" %% "spark-sql" % sparkVersion
337337
),
338-
//scalacOptions += "-Xasync"
338+
scalacOptions += "-Xasync"
339339
)
340340

341341
lazy val scala_strings = (project in file("scala-strings"))

0 commit comments

Comments
 (0)