Skip to content

Commit 0398410

Browse files
committedSep 6, 2024·
Bump Clojure 1.12 release
1 parent 3605af3 commit 0398410

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ arguments for it:
5555
### Migration from 0.1.9
5656

5757
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
5959
project and call its functions from the REPL.
6060

6161
### Supported versions

‎deps.edn

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{: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"}
33
org.ow2.asm/asm {:mvn/version "9.7"}}
44

55
:aliases
@@ -8,7 +8,8 @@
88
:ns-default build}
99

1010
: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"}}}
1213

1314
:dev {:extra-paths ["test"]}
1415

0 commit comments

Comments
 (0)
Please sign in to comment.