Skip to content

Commit

Permalink
bumped up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed May 14, 2022
1 parent ba8011c commit b57b128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject reagent/lein-template "0.10.53"
(defproject reagent/lein-template "0.10.55"
:description "A Leiningen template for a ClojureScript setup with Figwheel, Austin, and Reagent."
:url "https://github.com/reagent-project/reagent-template"
:license {:name "MIT License"
Expand Down
4 changes: 2 additions & 2 deletions resources/leiningen/new/reagent/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}

:dependencies [[org.clojure/clojure "1.10.3"]
:dependencies [[org.clojure/clojure "1.11.1"]
[ring-server "0.5.0"]
[reagent "1.1.0"]
[reagent-utils "0.3.4"]
Expand All @@ -14,7 +14,7 @@
[ring/ring-defaults "0.3.3"]
[hiccup "1.0.5"]
[yogthos/config "1.1.8"]
[org.clojure/clojurescript "1.10.896"
[org.clojure/clojurescript "1.11.51"
:scope "provided"]
[metosin/reitit "0.5.15"]
{{#clerk-hook?}}
Expand Down

0 comments on commit b57b128

Please sign in to comment.