Skip to content

Commit

Permalink
s2-geometry library
Browse files Browse the repository at this point in the history
The s2-geometry library is no longer hosted at bintray by jnegre.  Guessing that's because JFrog runs Bintray and has deprecated it.  Another individual has made the original Google s2 geometry package available on maven central.
  • Loading branch information
jglesner committed Sep 19, 2021
1 parent 3b5525b commit b9d073c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jar_library(
'opensource',
],
jars = [
jar(org = 'org.jnegre.google', name = 's2-geometry', rev = '1.0')
jar(org = 'io.sgr', name = 's2-geometry-library-java', rev = '1.0.0')
]
)

Expand Down

0 comments on commit b9d073c

Please sign in to comment.