sbt / sbt-buildinfo

I know this because build.sbt knows this.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid the use of Symbol literal

eed3si9n opened this issue · comments

problem

Symbol literals are deprecated in Scala 2.13.

  /** The value is 'Foo. */
  val sym: scala.Symbol = 'Foo

expectation

Don't use them.