Skip to content

Commit

Permalink
Upgrade nrepl to 0.8.3 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-khong committed Oct 26, 2020
1 parent 77f69f5 commit 7a6cb67
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 @@ -28,7 +28,7 @@
[metosin/jsonista "0.2.7"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[com.taoensso/nippy "3.0.0"]
[nrepl "0.8.2"]
[nrepl "0.8.3"]
[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.2"]
[nrepl "0.8.2"]
[nrepl "0.8.3"]
[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 @@ -28,7 +28,7 @@
[metosin/jsonista "0.2.7"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[com.taoensso/nippy "3.0.0"]
[nrepl "0.8.2"]
[nrepl "0.8.3"]
[org.clojure/clojure "1.10.1"]
[org.clojure/java.data "1.0.86"]
[potemkin "0.4.5"]
Expand Down

0 comments on commit 7a6cb67

Please sign in to comment.