|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.lambdaisland</groupId> |
5 | 5 | <artifactId>kaocha-cljs</artifactId> |
6 | | - <version>1.8.163</version> |
| 6 | + <version>1.9.181</version> |
7 | 7 | <name>kaocha-cljs</name> |
8 | 8 | <description>ClojureScript support for Kaocha</description> |
9 | 9 | <url>https://github.com/lambdaisland/kaocha-cljs</url> |
|
25 | 25 | <url>https://github.com/lambdaisland/kaocha-cljs</url> |
26 | 26 | <connection>scm:git:git://github.com/lambdaisland/kaocha-cljs.git</connection> |
27 | 27 | <developerConnection>scm:git:ssh://git@github.com/lambdaisland/kaocha-cljs.git</developerConnection> |
28 | | - <tag>c474037004740ee4df59f6916ebad5aac2de1e2c</tag> |
| 28 | + <tag>9a1bc236166f9bbe9dedbbef4683947d25634201</tag> |
29 | 29 | </scm> |
30 | 30 | <dependencies> |
31 | 31 | <dependency> |
32 | 32 | <groupId>org.clojure</groupId> |
33 | 33 | <artifactId>clojure</artifactId> |
34 | | - <version>1.12.3</version> |
| 34 | + <version>1.12.4</version> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>lambdaisland</groupId> |
|
41 | 41 | <dependency> |
42 | 42 | <groupId>org.clojure</groupId> |
43 | 43 | <artifactId>spec.alpha</artifactId> |
44 | | - <version>0.5.238</version> |
| 44 | + <version>0.6.249</version> |
45 | 45 | </dependency> |
46 | 46 | <dependency> |
47 | 47 | <groupId>com.lambdaisland</groupId> |
|
51 | 51 | <dependency> |
52 | 52 | <groupId>org.clojure</groupId> |
53 | 53 | <artifactId>clojurescript</artifactId> |
54 | | - <version>1.12.42</version> |
| 54 | + <version>1.12.134</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>org.clojure</groupId> |
58 | 58 | <artifactId>tools.namespace</artifactId> |
59 | | - <version>1.5.0</version> |
| 59 | + <version>1.5.1</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>com.cognitect</groupId> |
|
71 | 71 | <dependency> |
72 | 72 | <groupId>com.cognitect</groupId> |
73 | 73 | <artifactId>transit-clj</artifactId> |
74 | | - <version>1.0.333</version> |
| 74 | + <version>1.1.347</version> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>http-kit</groupId> |
|
109 | 109 | <configuration> |
110 | 110 | <archive> |
111 | 111 | <manifestEntries> |
112 | | - <git-revision>c474037004740ee4df59f6916ebad5aac2de1e2c</git-revision> |
| 112 | + <git-revision>9a1bc236166f9bbe9dedbbef4683947d25634201</git-revision> |
113 | 113 | </manifestEntries> |
114 | 114 | </archive> |
115 | 115 | </configuration> |
|
0 commit comments