alexarchambault/plotly-scala

Support for newer scala versions

Closed this issue · 5 comments

It looks like this library was written for scala 2.11 and isn't compatible with newer versions (2.12, 2.13, etc). It'd be great if it could be updated.

@aliakhtar The library has been published for Scala 2.12 and 2.13 since 0.7.1.

libraryDependencies += "org.plotly-scala" %% "plotly-render" % "0.7.2"

Yes, plotly-scala is published for both scala 2.12 and 2.13 these days.