Skip to content

Commit aa13bba

Browse files
authored
Update readme after release
1 parent 00dd885 commit aa13bba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# The Scala Toolkit
2-
The batteries-included Scala. Read about the Scala Toolkit in [Scala Toolkit makes Scala powerful straight out of the box](https://virtuslab.com/blog/scala-toolkit-makes-scala-powerful-straight-out-of-the-box/).
2+
The batteries-included Scala. Read about the Scala Toolkit in [scala-lang tutorials](https://docs.scala-lang.org/toolkit/introduction.html).
33

44
## Using the Scala Toolkit
55

6-
The Scala Toolkit is currently in pre-release stage. However, you can already use it from [Scala CLI](https://scala-cli.virtuslab.org/):
6+
You can already use it from [Scala CLI](https://scala-cli.virtuslab.org/):
77
```scala
8-
//> using toolkit "latest"
8+
//> using toolkit latest
99
```
10-
Or by including the latest Toolkit artifact in your build file: `org.scala-lang::toolkit:0.1.7`
10+
Or by including the latest Toolkit artifact in your build file: `org.scala-lang::toolkit:0.2.0`

0 commit comments

Comments
 (0)