Skip to content

'<<=' operator deprecated #4

@feyman2016

Description

@feyman2016

Hi, this line : scalaSource in Compile <<= (baseDirectory in Compile)(_ / "src") in build.sbt doesn't work now because the '<<=' operator has been deprecated, I used the := to substitute, and this works: scalaSource in Compile := (baseDirectory in Compile)(_ / "src").value .Here is the reference: http://www.scala-sbt.org/release/docs/Migrating-from-sbt-012x.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions