You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "Cheng Pan (Jira)" <ji...@apache.org> on 2022/12/04 08:11:00 UTC

[jira] [Created] (TOREE-533) Migrate sbt script to slash syntax

Cheng Pan created TOREE-533:
-------------------------------

             Summary: Migrate sbt script to slash syntax
                 Key: TOREE-533
                 URL: https://issues.apache.org/jira/browse/TOREE-533
             Project: TOREE
          Issue Type: Improvement
            Reporter: Cheng Pan


Lots of warnings on compiling

 
{code:java}
[warn] /Users/chengpan/Projects/apache-toree/project/CommonPlugin.scala:37:19: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
[warn]       testOptions in UnitTest := Seq(Tests.Filter(unitFilter)),
[warn]                   ^ {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)