summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <84135165+askonomm@users.noreply.github.com>2021-10-16 12:49:56 -0300
committerGitHub <noreply@github.com>2021-10-16 12:49:56 -0300
commit78659212f95cac827efc816dfbdab8181c25fc3d (patch)
tree9a2177a2956aa74ddc6a605e7d774f7d57893e44 /README.md
parent0d75c920a32439c41a65e00b04c4e2f1df69d8fb (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index df67f66..21e70ba 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ You can also use Ruuter with [Babashka](https://github.com/babashka/babashka), b
```clojure
#!/usr/bin/env bb
-(deps/add-deps '{:deps {org.clojars.askonomm/ruuter {:mvn/version "1.2.1"}}})
+(deps/add-deps '{:deps {org.clojars.askonomm/ruuter {:mvn/version "1.2.2"}}})
(require '[org.httpkit.server :as http]
'[babashka.deps :as deps]