File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ the artifact `lets-plot-kotlin-geotools` must be included to make the `toSpatial
7171
7272You 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
8181dependencies {
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}
You can’t perform that action at this time.
0 commit comments