You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The batteries-included Scala. Read about 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/).
1
+
# 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/).
3
+
4
+
## Using the Scala Toolkit
5
+
6
+
The Scala Toolkit is currently in pre-release stage. However, you can already use it from [Scala CLI](https://scala-cli.virtuslab.org/):
7
+
```scala
8
+
//>usingtoolkit"latest"
9
+
```
10
+
Or by including the latest Toolkit artifact in your build file: `org.scala-lang:toolkit:0.1.6`
0 commit comments