Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 18fe436

Browse files
authoredMar 7, 2025··
Synchronize language-reference-stable with 3.6.4 (#22738)
2 parents cda99d0 + cb2e21a commit 18fe436

File tree

403 files changed

+6208
-2018
lines changed

Some content is hidden

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

403 files changed

+6208
-2018
lines changed
 

‎.github/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ RUN apt-get update && \
2222
# Install sbt
2323
ENV SBT_HOME /usr/local/sbt
2424
ENV PATH ${SBT_HOME}/bin:${PATH}
25-
ENV SBT_VERSION 1.9.0
25+
ENV SBT_VERSION 1.10.5
2626
RUN curl -sL "https://github.com/sbt/sbt/releases/download/v$SBT_VERSION/sbt-$SBT_VERSION.tgz" | gunzip | tar -x -C /usr/local

‎.github/PULL_REQUEST_TEMPLATE/fix-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88

99
<!--
1010
TODO first sign the CLA
11-
https://www.lightbend.com/contribute/cla/scala
11+
https://contribute.akka.io/cla/scala
1212
-->
1313

1414
## Fix #XYZ

0 commit comments

Comments
 (0)