Skip to content

Commit 0bb4fb3

Browse files
committed
Revert changes in geotools.md
1 parent f7d5668 commit 0bb4fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/geotools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ the artifact `lets-plot-kotlin-geotools` must be included to make the `toSpatial
7171

7272
You can include it into a Gradle project.
7373
```groovy
74-
implementation 'org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-geotools:4.9.0'
74+
implementation 'org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-geotools:4.8.0'
7575
```
7676

7777
[ ![Download](https://api.bintray.com/packages/jetbrains/lets-plot-maven/lets-plot-kotlin-jars/images/download.svg)](https://bintray.com/jetbrains/lets-plot-maven/lets-plot-kotlin-jars/_latestVersion)
@@ -80,7 +80,7 @@ The `gt-geojson` artifact from GeoTools must be also included.
8080
```groovy
8181
dependencies {
8282
...
83-
implementation "org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-geotools:4.9.0"
83+
implementation "org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-geotools:4.8.0"
8484
implementation "org.geotools:gt-geojson:[30,)"
8585
...
8686
}

0 commit comments

Comments
 (0)