We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3734fa commit ec463e0Copy full SHA for ec463e0
build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
implementation 'tech.units:indriya:2.2'
59
60
// JTS Topology Suite for GeoPositions, License: EPL 1.0 / EDL 1.0
61
- implementation ('org.locationtech.jts:jts-core:1.19.0'){
+ implementation ('org.locationtech.jts:jts-core:1.20.0'){
62
exclude group: 'junit', module: 'junit'
63
}
64
0 commit comments