-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Vladyslav Pekker edited this page Dec 28, 2015
·
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 these tools delivery mechanism remained to be the terminal. It is thus very easy to start using it.
resolvers += Resolver.sonatypeRepo("releases") // optional, but quicker
libraryDependencies += "com.github.agilesteel" %% "spells" % "1.6.1"
resolvers += Resolver.sonatypeRepo("snapshots")
libraryDependencies += "com.github.agilesteel" %% "spells" % "2.0.0-SNAPSHOT"
- Java 8 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.