Skip to content

Commit cda99d0

Browse files
authoredJan 20, 2025··
Synchronize language-reference-stable with Scala 3.6.3 (#22398)
2 parents 80e09f7 + 383d19a commit cda99d0

File tree

1,921 files changed

+29243
-170685
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,921 files changed

+29243
-170685
lines changed
 

Diff for: ‎.github/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN apt-get update && \
1515
openjdk-17-jdk-headless \
1616
openjdk-21-jdk-headless && \
1717
(curl -fsSL https://deb.nodesource.com/setup_18.x | bash -) && \
18-
apt-get install -y nodejs
18+
apt-get install -y nodejs && \
19+
apt-get install -y zip unzip
1920

2021

2122
# Install sbt

Diff for: ‎.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ updates:
88
- hamzaremmal
99
reviewers:
1010
- hamzaremmal
11+
- package-ecosystem: bundler
12+
directory: '/docs/_spec'
13+
schedule:
14+
interval: weekly
15+
assignees:
16+
- hamzaremmal
17+
reviewers:
18+
- hamzaremmal
19+

0 commit comments

Comments
 (0)
Please sign in to comment.