Skip to content

Commit 38665bd

Browse files
committed
Bump version and update README
1 parent bcfb919 commit 38665bd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Change Log
2+
3+
## 1.5.0
4+
5+
Added:
6+
- Setting enable/diable automatic start of the Interactive Scala terminal (contribution by @kostafey).
7+
28
## 1.4.0
39

410
Changed:

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ Using `sbt console` is a bit slower initially, as SBT will compile and check for
2929
Different requirements are applicable for the interpreter options.
3030

3131
### scala
32-
If you are using the system-wide Scala installation, you must have installed the Scala binaries and added the `scala` command to PATH.
33-
https://www.scala-lang.org/download/
32+
If you are using the system-wide Scala installation, you must have installed the Scala binaries and added the `scala` command to PATH. This can be done with the Coursier tool recommended on the scala-lang website: https://docs.scala-lang.org/getting-started/index.html
3433

3534
![Where to get binaries](img/install.png "Where to get binaries")
3635

@@ -45,6 +44,11 @@ Change the shell to e.g. Git Bash as a workaround.
4544

4645
## Release Notes
4746

47+
### 1.5.0
48+
49+
Added:
50+
- Setting enable/diable automatic start of the Interactive Scala terminal (contribution by @kostafey).
51+
4852
### 1.4.0
4953

5054
Changed:

img/install.png

11.5 KB
Loading

0 commit comments

Comments
 (0)