reconfig

Catch signals and reload a config file

Leiningen/Boot

[reconfig "1.0.4"]

Clojure CLI/deps.edn

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

Gradle

implementation("reconfig:reconfig:1.0.4")

Maven

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