bishop

Adds color to Leiningen tests

Leiningen/Boot

[bishop "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

bishop/bishop {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("bishop:bishop:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>bishop</groupId>
  <artifactId>bishop</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>