An open API service indexing awesome lists of open source software.

https://github.com/scala/toolkit

The batteries-included Scala
https://github.com/scala/toolkit

files http json script test

Last synced: 7 months ago
JSON representation

The batteries-included Scala

Awesome Lists containing this project

README

          

# The Scala Toolkit

The batteries-included Scala. Read about the Scala Toolkit in [scala-lang tutorials](https://docs.scala-lang.org/toolkit/introduction.html).

## Using the Scala Toolkit

You can already use it from [Scala CLI](https://scala-cli.virtuslab.org/):
```scala
//> using toolkit default
```

Or by including the latest Toolkit artifact in your build file: `org.scala-lang::toolkit:0.2.0`

## Dependencies changelog
In the `changelog` directory you can find a list of changes in the dependencies of the Scala Toolkit, including transitive ones.

## How to update the dependencies? How to release the toolkit?

Check out the [Contributing Guide](CONTRIBUTING.md).