From b9d073c67daa490092e255df10b29eb03d976db1 Mon Sep 17 00:00:00 2001 From: Jeremy Glesner Date: Sun, 19 Sep 2021 10:43:21 -0400 Subject: [PATCH] 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. --- 3rdparty/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/BUILD b/3rdparty/BUILD index 7b5c2550..82ca8b5f 100644 --- a/3rdparty/BUILD +++ b/3rdparty/BUILD @@ -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') ] )