Skip to content

Commit 1283c20

Browse files
committed
chore: update the bisect tool to use the new repository
1 parent be6163f commit 1283c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scripts/bisect.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ object Releases:
179179
lazy val allReleases: Vector[Release] =
180180
val re = raw"<version>(.+-bin-\d{8}-\w{7}-NIGHTLY)</version>".r
181181
val xml = io.Source.fromURL(
182-
"https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/maven-metadata.xml"
182+
"https://repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/maven-metadata.xml"
183183
)
184184
re.findAllMatchIn(xml.mkString)
185185
.flatMap{ m => Option(m.group(1)).map(Release.apply) }

0 commit comments

Comments
 (0)