https://github.com/pauldraper/zinc-example
Example Scala Zinc usage
https://github.com/pauldraper/zinc-example
Last synced: 12 months ago
JSON representation
Example Scala Zinc usage
- Host: GitHub
- URL: https://github.com/pauldraper/zinc-example
- Owner: pauldraper
- License: other
- Created: 2018-04-05T05:12:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T19:47:26.000Z (about 8 years ago)
- Last Synced: 2025-02-26T15:13:59.149Z (over 1 year ago)
- Language: Scala
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Incremental Zinc example
[Zinc](https://github.com/sbt/zinc) in 100 lines.
See [src/main/scala/Main.scala](src/main/scala/Main.scala).
## Usage
```sh
sbt 'run 2.10.7' 'run 2.11.12' 'run 2.12.4' 'run 2.13.0-M2'
```