Skip to content

Scala Center roadmap for Q3, activity report for Q2 #297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM ruby:3.0.5

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

RUN gem install bundler:2.4.7

Expand Down
2 changes: 1 addition & 1 deletion projects.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
redirect_to: /records/2023-Q2-roadmap.html
redirect_to: /records/2023-Q3-roadmap.html
---
1 change: 1 addition & 0 deletions records.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Every quarter, the Scala Center publishes an activity report detailing the
work that has been achieved. You can find the roadmap for the current quarter
in the [Projects page]({% link projects.md %}).

- [2023, Q2]({% link records/2023-Q2-activity-report.md %})
- [2023, Q1]({% link records/2023-Q1-activity-report.md %})
- [2022, Q4]({% link records/2022-Q4-activity-report.md %})
- [2022, Q3]({% link records/2022-Q3-activity-report.md %})
Expand Down
Loading