Skip to content

Commit f519290

Browse files
authored
2.13: new Scala SHA (#1545)
1 parent 48d9506 commit f519290

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

nightly.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# February 23, 2022
2-
nightly=2.13.9-bin-99de462
1+
# March 11, 2022
2+
nightly=2.13.9-bin-d26ea64

proj/expecty.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
// https://github.com/eed3si9n/expecty.git#develop
1+
// https://github.com/scalacommunitybuild/expecty.git#community-build-2.13 # was eed3si9n/develop
2+
3+
// forked (March 2022) because 2.13.9 optimizes List.apply;
4+
// we should be able to unfork after 2.13.9 is released
5+
// and upstream has made the upgrade
26

37
vars.proj.expecty: ${vars.base} {
48
name: "expecty"
5-
uri: "https://github.com/eed3si9n/expecty.git#0af90390eb8d5b7dae31682c0b14efe019b689bc"
9+
uri: "https://github.com/scalacommunitybuild/expecty.git#6c6bec95241f1963189e4c5a763210bc9db14b4b"
610

711
extra.projects: ["expecty"] // this is the 2.13 one
812
extra.settings: ${vars.base.extra.settings} [

0 commit comments

Comments
 (0)