File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log for spec.alpha
2
2
3
- ## next
3
+ ## Version 0.5.238 on May 10, 2024
4
4
5
5
* Update dependency to Clojure 1.11.3
6
6
Original file line number Diff line number Diff line change @@ -16,25 +16,25 @@ For more information:
16
16
Releases and Dependency Information
17
17
========================================
18
18
19
- Latest stable release: 0.4.233
19
+ Latest stable release: 0.5.238
20
20
21
21
* [ All Released Versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22spec.alpha%22 )
22
22
* [ Development Snapshot Versions] ( https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~spec.alpha~~~ )
23
23
24
24
[ deps.edn] ( https://clojure.org/guides/deps_edn ) dependency information:
25
25
26
- org.clojure/spec.alpha {:mvn/version "0.4.233 "}
26
+ org.clojure/spec.alpha {:mvn/version "0.5.238 "}
27
27
28
28
[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
29
29
30
- [org.clojure/spec.alpha "0.4.233 "]
30
+ [org.clojure/spec.alpha "0.5.238 "]
31
31
32
32
[ Maven] ( https://maven.apache.org/ ) dependency information:
33
33
34
34
<dependency>
35
35
<groupId>org.clojure</groupId>
36
36
<artifactId>spec.alpha</artifactId>
37
- <version>0.4.233 </version>
37
+ <version>0.5.238 </version>
38
38
</dependency>
39
39
40
40
Developer Information
You can’t perform that action at this time.
0 commit comments