Skip to content

Commit 265d115

Browse files
authored
Merge pull request #20 from Ria700/fix-url
fix: updated url for antlr4
2 parents 10a090a + 6e6a2a7 commit 265d115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antlr4_tool_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize_paths():
2323

2424
def latest_version():
2525
try:
26-
with urlopen(f"https://search.maven.org/solrsearch/select?q=a:antlr4-master+g:org.antlr",
26+
with urlopen("https://central.sonatype.com/solrsearch/select?q=a:antlr4-master+g:org.antlr",
2727
timeout=10) as response:
2828
s = response.read().decode("UTF-8")
2929
searchResult = json.loads(s)['response']

0 commit comments

Comments
 (0)