Skip to content

Commit

Permalink
Merge pull request #71 from jglesner/patch-2
Browse files Browse the repository at this point in the history
s2-geometry library

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
jvandew committed Jun 28, 2022
2 parents 3b5525b + b9d073c commit da7a3b8
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 da7a3b8

Please sign in to comment.