Skip to content

'<<=' operator deprecated #4

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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