Skip to content

Commit

Permalink
project: update clojure dependency version in migrate to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 18, 2023
1 parent 2ec2175 commit bbc78d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clojure-cli/projects/migrate-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Use the `:deps` key in `deps.edn` to specify a version of the `org.clojure/cloju

```clojure
{:deps
{org.clojure/clojure {:mvn/version "1.10.2"}
{org.clojure/clojure {:mvn/version "1.11.1"}
integrant/integrant {:mvn/version "0.8.0"}}}
```

Expand Down

0 comments on commit bbc78d4

Please sign in to comment.