Skip to content

Commit a69aa3b

Browse files
authored
Scala Center roadmap for Q3, activity report for Q2 (#297)
1 parent 009be18 commit a69aa3b

File tree

6 files changed

+578
-4
lines changed

6 files changed

+578
-4
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ FROM ruby:3.0.5
22

33
RUN apt-get install -y curl \
44
&& curl -sL https://deb.nodesource.com/setup_18.x | bash - \
5-
&& apt-get install -y nodejs \
6-
&& curl -L https://www.npmjs.com/install.sh | sh
5+
&& apt-get install -y nodejs
76

87
RUN gem install bundler:2.4.7
98

projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
redirect_to: /records/2023-Q2-roadmap.html
2+
redirect_to: /records/2023-Q3-roadmap.html
33
---

records.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Every quarter, the Scala Center publishes an activity report detailing the
1414
work that has been achieved. You can find the roadmap for the current quarter
1515
in the [Projects page]({% link projects.md %}).
1616

17+
- [2023, Q2]({% link records/2023-Q2-activity-report.md %})
1718
- [2023, Q1]({% link records/2023-Q1-activity-report.md %})
1819
- [2022, Q4]({% link records/2022-Q4-activity-report.md %})
1920
- [2022, Q3]({% link records/2022-Q3-activity-report.md %})

0 commit comments

Comments
 (0)