Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Don't depend on sbt's JLine #132

@dwijnand

Description

@dwijnand

@eed3si9n and I noticed that you're using JLine.usingTerminal(_.getWidth) in https://github.com/jrudolph/sbt-dependency-graph/blob/master/src/main/scala/sbt/SbtAccess.scala.

We're starting to think about moving from JLine2 to JLine3, but what you're doing there makes you dependant on JLine's binary API (jline.Terminal).

What we want to do is add an sbt API to provide you the same functionality, so you don't depend directly on: sbt/sbt#3352

So please consider this ticket before releasing a build for sbt 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions