reconfig

Catch signals and reload a config file

Leiningen/Boot

[reconfig "1.0.3"]

Clojure CLI/deps.edn

reconfig/reconfig {:mvn/version "1.0.3"}

Gradle

implementation("reconfig:reconfig:1.0.3")

Maven

<dependency>
  <groupId>reconfig</groupId>
  <artifactId>reconfig</artifactId>
  <version>1.0.3</version>
</dependency>