Skip to content

Commit

Permalink
bumped up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Sep 14, 2020
1 parent 5d8ccb4 commit 9abeea5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,3 +1,8 @@
## 3.86

- nREPL 0.8.1
- jsonista 0.2.7

## 3.85

- lein-uberwar 0.2.1
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject luminus/lein-template "3.85"
(defproject luminus/lein-template "3.86"
:description "a template for creating Luminus applications"
:url "https://github.com/yogthos/luminus-template"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/luminus.clj
Expand Up @@ -134,7 +134,7 @@
['mount "0.1.16"]
['cprop "0.1.17"]
['org.clojure/tools.cli "1.0.194"]
['nrepl "0.8.0"]
['nrepl "0.8.1"]
['expound "0.8.5"]])

(def core-dev-dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/reitit.clj
Expand Up @@ -10,7 +10,7 @@
[(into (remove-conflicting-assets assets "home.clj" "docs.md") reitit-assets)
(-> options
(append-options :dependencies [['metosin/reitit "0.5.5"]
['metosin/jsonista "0.2.6"]
['metosin/jsonista "0.2.7"]
['com.fasterxml.jackson.core/jackson-core "2.11.2"]])
(assoc :reitit true))]
state))

0 comments on commit 9abeea5

Please sign in to comment.