Skip to content

Commit c8de6c5

Browse files
committed
Use 3.4 as language version number in the spec.
1 parent 08f2faf commit c8de6c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/_spec/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WIP Scala 3 Language Specification
22

3-
**This is still a work in progress, and should *not* be regarded as a source of truth.**
3+
**This is still a work in progress. There are still Scala 3 features missing, as well as some areas that have not been updated since 2.13 yet.**
44

55
First of all, the language specification is meant to be correct, precise and clear.
66

@@ -26,7 +26,7 @@ env UID="$(id -u)" GID="$(id -g)" docker-compose up
2626
```
2727

2828
and open http://0.0.0.0:4000/files/archive/spec/2.13/ to view the spec. Jekyll will rebuild as you edit the markdown, but make sure to restart it when you change `_config.yml`.
29-
<!--
29+
<!--
3030
To preview locally, run the following commands in the root of your checkout scala/scala:
3131
`bundle install` to install Jekyll and `bundle exec jekyll serve -d build/spec/ -s spec/ -w --baseurl=""` to start it,
3232
and open http://0.0.0.0:4000/ to view the spec. Jekyll will rebuild as you edit the markdown, but make sure to restart it when you change `_config.yml`.

docs/_spec/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
baseurl: /files/archive/spec/2.13
2-
latestScalaVersion: 2.13
3-
thisScalaVersion: 2.13
1+
baseurl: /files/archive/spec/3.4
2+
latestScalaVersion: 3.4
3+
thisScalaVersion: 3.4
44
versionCompareMessage: "an upcoming"
55
safe: true
66
lsi: false

0 commit comments

Comments
 (0)