Skip to content

Commit

Permalink
Update Ring-Defaults dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jan 24, 2025
1 parent 9bd47ca commit d9befdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
org.webjars/normalize.css {:mvn/version "5.0.0"}
ring/ring-core {:mvn/version "1.13.0"}
ring/ring-devel {:mvn/version "1.13.0"}
ring/ring-defaults {:mvn/version "0.5.0"}
ring/ring-defaults {:mvn/version "0.6.0"}
ring-webjars/ring-webjars {:mvn/version "0.3.0"}}}
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[org.webjars/normalize.css "5.0.0"]
[ring/ring-core "1.13.0"]
[ring/ring-devel "1.13.0"]
[ring/ring-defaults "0.5.0"]
[ring/ring-defaults "0.6.0"]
[ring-webjars "0.3.0"]]
:plugins [[eftest "0.6.0"]]
:profiles
Expand Down

0 comments on commit d9befdd

Please sign in to comment.