Skip to content

Commit 9c1c792

Browse files
committed
bring readme up to date
fixes scala#102 (among other changes)
1 parent d5e6ee0 commit 9c1c792

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

README.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@
44

55
## Usage
66

7-
This is a normal sbt project, you can compile code with `sbt compile` and run it
8-
with `sbt run`, `sbt console` will start a Scala 3 REPL.
7+
This is a normal sbt project. You can compile code with `sbt compile` and run it
8+
with `sbt run`. `sbt console` will start a Scala 3 REPL.
99

1010
If compiling this example project fails, you probably have a global sbt plugin
11-
that does not work with Scala 3, try to disable all plugins in
11+
that does not work with Scala 3. You might try disabling plugins in
1212
`~/.sbt/1.0/plugins` and `~/.sbt/1.0`.
1313

14-
### IDE support
15-
16-
Scala 3 comes built-in with IDE support, to try it out see
17-
[IDE support for Scala 3](http://dotty.epfl.ch/docs/usage/ide-support.html)
18-
1914
## Making a new Scala 3 project
2015

2116
The fastest way to start a new Scala 3 project is to use one of the following templates:
@@ -40,22 +35,14 @@ You must use sbt 1.5.5 or newer; older versions of sbt are not supported.
4035
Set up the Scala 3 version:
4136

4237
```scala
43-
scalaVersion := "3.1.0"
38+
scalaVersion := "3.1.1"
4439
```
4540

4641
### Getting your project to compile with Scala 3
4742

4843
For help with porting an existing Scala 2 project to Scala 3, see the
4944
[Scala 3 migration guide](https://scalacenter.github.io/scala-3-migration-guide/).
5045

51-
#### Nightly builds
52-
53-
If the latest release of Scala 3 is missing a bugfix or feature you need, you may
54-
wish to use a nightly build. Look at the bottom of the list of
55-
[releases](https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/)
56-
to find the version number for the latest nightly build.
57-
58-
## Discuss
46+
## Need help?
5947

60-
Feel free to come chat with us on the
61-
[Scala 3 gitter](http://gitter.im/lampepfl/dotty)!
48+
https://www.scala-lang.org/community/ has links.

0 commit comments

Comments
 (0)