File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
modules/build-macros/src/test/scala/scala/build Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -303,9 +303,9 @@ trait BuildMacros extends ScalaCliCrossSbtModule
303303 else super .compileIvyDeps() ++ Agg (Deps .scalaReflect(crossScalaVersion))
304304 }
305305
306- object test extends ScalaCliTests {
306+ object test extends ScalaCliTests with ScalaCliScalafixModule {
307307 override def scalacOptions : T [Seq [String ]] = Task {
308- super .scalacOptions() ++ asyncScalacOptions(scalaVersion() )
308+ super .scalacOptions() ++ Seq ( " -deprecation " )
309309 }
310310
311311 def testNegativeCompilation (): Command [Unit ] = Task .Command (exclusive = true ) {
Original file line number Diff line number Diff line change 11package scala .build
22
3- import EitherCps ._
3+ import scala . build . EitherCps .*
44
55class CPSTest extends munit.FunSuite {
66
You can’t perform that action at this time.
0 commit comments