Skip to content

Commit

Permalink
nrepl version bump' (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-khong authored Sep 16, 2020
1 parent f95348f commit 153d0eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:dependencies [[camel-snake-kebab "0.4.1"]
[metosin/jsonista "0.2.7"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[nrepl "0.8.1"]
[nrepl "0.8.2"]
[org.clojure/clojure "1.10.1"]
[org.clojure/java.data "1.0.86"]
[potemkin "0.4.5"]
Expand Down
2 changes: 1 addition & 1 deletion docker/spark-project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject spark-dummy "spark-dummy"
:dependencies [;; Core
[camel-snake-kebab "0.4.1"]
[nrepl "0.8.1"]
[nrepl "0.8.2"]
[org.clojure/clojure "1.10.1"]
[org.clojure/java.data "1.0.86"]
[potemkin "0.4.5"]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:dependencies [[camel-snake-kebab "0.4.1"]
[metosin/jsonista "0.2.7"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[nrepl "0.8.1"]
[nrepl "0.8.2"]
[org.clojure/clojure "1.10.1"]
[org.clojure/java.data "1.0.86"]
[potemkin "0.4.5"]
Expand Down

0 comments on commit 153d0eb

Please sign in to comment.