scala/scala-abide

`set` is not working in SBT repl

nkly opened this issue · 0 comments

nkly commented

When I'm trying to change my shell prompt in SBT repl of your project

set shellPrompt := { _ => ">> " }

it fails with this error

> <expected-type>:1: error: value internals is not a member of sbt.Project
sbt.internals.DslEntry
    ^

[error] Type error in expression

However, when I change lazy val sbt = Project ... to lazy val sbtAbide = Project ... and corresponding entry in allProjects in project/Build.sbt everything works fine.