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" },