Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release for Scala 2.12 #10

Open
xuwei-k opened this issue Jun 6, 2017 · 2 comments
Open

release for Scala 2.12 #10

xuwei-k opened this issue Jun 6, 2017 · 2 comments

Comments

@xuwei-k
Copy link

xuwei-k commented Jun 6, 2017

No description provided.

@pjfanning
Copy link

The popular sbt-dependency-graph plugin relies on ascii-graphs. With sbt 1.0.0 now released, would it be feasible to get a new release for scala 2.10 (sbt 0.13 compatible) and scala 2.12 (sbt 1.0 compatible)?

@olafurpg
Copy link

olafurpg commented Mar 17, 2021

I took the liberty to fork this repo at https://github.com/scalameta/ascii-graphs and publish for 2.12/2.13 under a manually shaded org.scalameta namespace

"org.scalameta" %% "ascii-graphs" % "0.1.2"

Imports need to be changed as well

- import com.github.mdr.ascii.layout._
+ import org.scalameta.ascii.layout._

I don't have plans for further development. The API remains identical. This just looks like a really nice library and I wanted to use it from 2.13 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants