Skip to content

Commit 5e1cdb6

Browse files
committed
CMR-11429 - fixing the nrepl version
1 parent 03bf0d2 commit 5e1cdb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elastic-utils-lib/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
:suppression-file "resources/security/suppression.xml"}}
5656
:dev {:dependencies [[org.clojars.gjahad/debug-repl "0.3.3"]
5757
[org.clojure/tools.namespace "0.2.11"]
58-
[nrepl/nrepl "1.1."]]
58+
[nrepl/nrepl "1.1.0"]]
5959
:jvm-opts ^:replace ["-server"]
6060
:source-paths ["src" "dev" "test"]}
6161
:static {}

0 commit comments

Comments
 (0)