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
- Host: GitHub
- URL: https://github.com/scala/toolkit
- Owner: scala
- Created: 2023-01-05T12:25:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T15:37:56.000Z (11 months ago)
- Last Synced: 2025-06-01T15:52:09.586Z (8 months ago)
- Topics: files, http, json, script, test
- Language: Scala
- Homepage: https://docs.scala-lang.org/toolkit/introduction.html
- Size: 328 KB
- Stars: 95
- Watchers: 20
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/0.2.0/json/toolkit-test_0.2.0_2.13_changelog.json
- Contributing: CONTRIBUTING.md
- Security: SECURITY.md
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).