From a837c5f338d7bf614ac471d02b99e059d1edc2f4 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Tue, 6 Jun 2023 13:47:09 +0200 Subject: [PATCH] chore(community-build): update scala stdLib213 in community build Previously this was using a fork of [`lampepfl/scala`](https://github.com/lampepfl/scala/tree/sharing-backend) instead of a fork of actual `scala/scala`. This updates the community build to run against a newly forked version of `scala/scala` instead of the fork of a fork that is no longer used/maintained. [Cherry-picked 08ede6db63ee8b9f3fbf8101a7237208cd23767d] --- .gitmodules | 2 +- community-build/community-projects/stdLib213 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4d87dd214e9c..c27ee75a76e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,7 +21,7 @@ url = https://github.com/dotty-staging/fastparse [submodule "community-build/community-projects/stdLib213"] path = community-build/community-projects/stdLib213 - url = https://github.com/dotty-staging/scala + url = https://github.com/dotty-staging/scala213 [submodule "community-build/community-projects/sourcecode"] path = community-build/community-projects/sourcecode url = https://github.com/dotty-staging/sourcecode diff --git a/community-build/community-projects/stdLib213 b/community-build/community-projects/stdLib213 index 1a2521996bad..6243e902928c 160000 --- a/community-build/community-projects/stdLib213 +++ b/community-build/community-projects/stdLib213 @@ -1 +1 @@ -Subproject commit 1a2521996badfe4cb3d9b8cdecefacb1251faeb9 +Subproject commit 6243e902928c344fb0e82e21120bb257f08a2af2