Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
quan-nh committed Feb 22, 2024
1 parent 25abffe commit e32d847
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/clj-web-from-the-ground-up-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $ lein new app clj-web
update dependencies on `project.clj`
```clj
:dependencies [[org.clojure/clojure "1.11.1"]
[ring/ring-core "1.11.0-RC1"]
[ring/ring-jetty-adapter "1.11.0-RC1"]]
[ring/ring-core "1.11.0"]
[ring/ring-jetty-adapter "1.11.0"]]
```

add basic handler to `src\clj_web\core.clj`
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
:url "http://example.com/FIXME"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.1"]
:dependencies [[org.clojure/clojure "1.11.1"]
[com.stuartsierra/component "0.4.0"]
[reloaded.repl "0.2.4"]
; web
[ring/ring-core "1.7.1"]
[ring/ring-jetty-adapter "1.7.1"]
[ring/ring-core "1.11.0"]
[ring/ring-jetty-adapter "1.11.0"]
[ring/ring-defaults "0.3.2"]
[ring-jetty-component "0.3.1"]
[compojure "1.6.1"]
Expand Down

0 comments on commit e32d847

Please sign in to comment.