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 6859dc6
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 6859dc6

Please sign in to comment.