-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Vladyslav Pekker edited this page Feb 3, 2016
·
28 revisions
Spells started as a tiny util library, which was concentrating on ANSI escape codes. Over time, it evolved into a set of tools that are rather useful at devtime instead of in production, simply due to the fact, that the delivery mechanism for these tools remained to be the terminal. It is thus very easy to playing around with.
libraryDependencies += "com.github.agilesteel" %% "spells" % "1.6.1"
resolvers += Resolver.sonatypeRepo("snapshots")
libraryDependencies += "com.github.agilesteel" %% "spells" % "2.0.0-SNAPSHOT"
- Java 7 or greater
- Scala 2.10 or greater
- SBT 0.13.9 or greater if you want to build from source
The defaults can be found in the reference.conf file and the Configuration wiki page shows how to override as well as retrieve them programmatically.