From da4cb29cc6b9e8a3de7d96b56f4a3e4173944155 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Fri, 19 Jul 2024 02:57:03 +0000 Subject: [PATCH] scala: Update repo link (#6027) --- bucket/scala.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/scala.json b/bucket/scala.json index b5d4b662ba..ce0a3e273e 100644 --- a/bucket/scala.json +++ b/bucket/scala.json @@ -10,7 +10,7 @@ "suggest": { "JDK": "java/openjdk" }, - "url": "https://github.com/lampepfl/dotty/releases/download/3.4.2/scala3-3.4.2.zip", + "url": "https://github.com/scala/scala3/releases/download/3.4.2/scala3-3.4.2.zip", "hash": "87562da187d24a2e53043679152017506226eddadec81391248444b8bf8b3610", "extract_dir": "scala3-3.4.2", "bin": [ @@ -22,10 +22,10 @@ "SCALA_HOME": "$dir" }, "checkver": { - "github": "https://github.com/lampepfl/dotty/" + "github": "https://github.com/scala/scala3/" }, "autoupdate": { - "url": "https://github.com/lampepfl/dotty/releases/download/$version/scala3-$version.zip", + "url": "https://github.com/scala/scala3/releases/download/$version/scala3-$version.zip", "hash": { "url": "$baseurl/sha256sum.txt" },