Skip to content

Commit 93faa78

Browse files
update version to 0.8.0
1 parent d3920f2 commit 93faa78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ It is published for both scala 2.12 and 2.13.
2828

2929
### From almond
3030

31-
Add the `org.plotly-scala::plotly-almond:0.7.2` dependency to the notebook. (Latest version: [![Maven Central](https://img.shields.io/maven-central/v/org.plotly-scala/plotly-render_2.13.svg)](https://maven-badges.herokuapp.com/maven-central/org.plotly-scala/plotly-render_2.13))
31+
Add the `org.plotly-scala::plotly-almond:0.8.0` dependency to the notebook. (Latest version: [![Maven Central](https://img.shields.io/maven-central/v/org.plotly-scala/plotly-render_2.13.svg)](https://maven-badges.herokuapp.com/maven-central/org.plotly-scala/plotly-render_2.13))
3232
Then initialize plotly-scala, and use it, like
3333
```scala
34-
import $ivy.`org.plotly-scala::plotly-almond:0.7.2`
34+
import $ivy.`org.plotly-scala::plotly-almond:0.8.0`
3535

3636
import plotly._
3737
import plotly.element._
@@ -57,7 +57,7 @@ jupyter labextension install @jupyterlab/plotly-extension
5757

5858
Add the corresponding dependency to your project, like
5959
```scala
60-
libraryDependencies += "org.plotly-scala" %%% "plotly-render" % "0.7.2"
60+
libraryDependencies += "org.plotly-scala" %%% "plotly-render" % "0.8.0"
6161
```
6262
(Latest version: [![Maven Central](https://img.shields.io/maven-central/v/org.plotly-scala/plotly-render_2.13.svg)](https://maven-badges.herokuapp.com/maven-central/org.plotly-scala/plotly-render_2.13))
6363

@@ -93,7 +93,7 @@ plot.plot(
9393

9494
Load the corresponding dependency, and some imports, like
9595
```scala
96-
import $ivy.`org.plotly-scala::plotly-render:0.5.2`
96+
import $ivy.`org.plotly-scala::plotly-render:0.8.0`
9797
import plotly._, element._, layout._, Plotly._
9898
```
9999

0 commit comments

Comments
 (0)