File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ arguments for it:
55
55
### Migration from 0.1.9
56
56
57
57
From version 0.3.0, Virgil no longer provides ` lein-virgil ` plugin for
58
- Leiningen. Instead, you should add ` virgil ` it as a regular dependency to your
58
+ Leiningen. Instead, you should add ` virgil ` as a regular dependency to your
59
59
project and call its functions from the REPL.
60
60
61
61
### Supported versions
Original file line number Diff line number Diff line change 1
1
{:paths [" src" ]
2
- :deps {org.clojure/clojure {:mvn/version " 1.11.3 " :mvn/scope " provided" }
2
+ :deps {org.clojure/clojure {:mvn/version " 1.12.0 " :mvn/scope " provided" }
3
3
org.ow2.asm/asm {:mvn/version " 9.7" }}
4
4
5
5
:aliases
8
8
:ns-default build}
9
9
10
10
:1.10 {:override-deps {org.clojure/clojure {:mvn/version " 1.10.3" }}}
11
- :1.12 {:override-deps {org.clojure/clojure {:mvn/version " 1.12.0-alpha11" }}}
11
+ :1.11 {:override-deps {org.clojure/clojure {:mvn/version " 1.11.4" }}}
12
+ :1.12 {:override-deps {org.clojure/clojure {:mvn/version " 1.12.0" }}}
12
13
13
14
:dev {:extra-paths [" test" ]}
14
15
You can’t perform that action at this time.
0 commit comments