|
13 | 13 | ; You should have received a copy of the GNU Lesser General Public License |
14 | 14 | ; along with clj-docker-client. If not, see <http://www.gnu.org/licenses/>. |
15 | 15 |
|
16 | | -(defproject lispyclouds/clj-docker-client "1.0.1" |
| 16 | +(defproject lispyclouds/clj-docker-client "1.0.2" |
17 | 17 | :author "Rahul De <rahul@mailbox.org>" |
18 | | - :url "https://github.com/lispyclouds/clj-docker-client" |
| 18 | + :url "https://github.com/into-docker/clj-docker-client" |
19 | 19 | :description "An idiomatic data-driven clojure client for Docker." |
20 | 20 | :license {:name "LGPL 3.0" |
21 | 21 | :url "https://www.gnu.org/licenses/lgpl-3.0.en.html"} |
22 | 22 | :dependencies [[org.clojure/clojure "1.10.1"] |
23 | | - [clj-commons/clj-yaml "0.7.1"] |
24 | | - [metosin/jsonista "0.2.6"] |
| 23 | + [clj-commons/clj-yaml "0.7.2"] |
| 24 | + [metosin/jsonista "0.2.7"] |
25 | 25 | [unixsocket-http "1.0.5"]] |
26 | 26 | :plugins [[lein-ancient "0.6.15"]] |
27 | 27 | :global-vars {*warn-on-reflection* true} |
28 | | - :profiles {:kaocha {:dependencies [[lambdaisland/kaocha "1.0.632"]]} |
| 28 | + :profiles {:kaocha {:dependencies [[lambdaisland/kaocha "1.0.732"]]} |
29 | 29 | :rebl {:repl-options {:nrepl-middleware [nrebl.middleware/wrap-nrebl]} |
30 | 30 | :injections [(require '[cognitect.rebl :as rebl])] |
31 | 31 | :dependencies [[rickmoynihan/nrebl.middleware "0.3.1"] |
32 | | - [org.clojure/core.async "1.2.603"] |
33 | | - [lein-cljfmt "0.6.7"] |
34 | | - [org.openjfx/javafx-fxml "14.0.1"] |
35 | | - [org.openjfx/javafx-controls "14.0.1"] |
36 | | - [org.openjfx/javafx-media "14.0.1"] |
37 | | - [org.openjfx/javafx-swing "14.0.1"] |
38 | | - [org.openjfx/javafx-base "14.0.1"] |
39 | | - [org.openjfx/javafx-web "14.0.1"]] |
| 32 | + [org.clojure/core.async "1.3.610"] |
| 33 | + [lein-cljfmt "0.7.0"] |
| 34 | + [org.openjfx/javafx-fxml "15.0.1"] |
| 35 | + [org.openjfx/javafx-controls "15.0.1"] |
| 36 | + [org.openjfx/javafx-media "15.0.1"] |
| 37 | + [org.openjfx/javafx-swing "15.0.1"] |
| 38 | + [org.openjfx/javafx-base "15.0.1"] |
| 39 | + [org.openjfx/javafx-web "15.0.1"]] |
40 | 40 | :resource-paths [~(System/getenv "REBL_PATH")]}} |
41 | | - :aliases {"kaocha" ["with-profile" "+kaocha" "run" "-m" "kaocha.runner" "--reporter" "kaocha.report.progress/report"]}) |
| 41 | + :aliases {"kaocha" ["with-profile" "+kaocha" "run" "-m" "kaocha.runner" "--fail-fast" "--reporter" "kaocha.report.progress/report"]}) |
0 commit comments