|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.lambdaisland</groupId> |
5 | 5 | <artifactId>classpath</artifactId> |
6 | | - <version>0.2.37</version> |
| 6 | + <version>0.3.43</version> |
7 | 7 | <name>classpath</name> |
8 | 8 | <description>Classpath utilities</description> |
9 | 9 | <url>https://github.com/lambdaisland/classpath</url> |
|
25 | 25 | <url>https://github.com/lambdaisland/classpath</url> |
26 | 26 | <connection>scm:git:git://github.com/lambdaisland/classpath.git</connection> |
27 | 27 | < developerConnection>scm:git:ssh:// [email protected]/lambdaisland/classpath.git</ developerConnection> |
28 | | - <tag>c151a467cc067731ace934d21eca21b55ab8832b</tag> |
| 28 | + <tag>b4571fa1f14023f5c124dea9119c44ddc7bf4192</tag> |
29 | 29 | </scm> |
30 | 30 | <dependencies> |
31 | 31 | <dependency> |
32 | 32 | <groupId>rewrite-clj</groupId> |
33 | 33 | <artifactId>rewrite-clj</artifactId> |
34 | | - <version>1.1.45</version> |
| 34 | + <version>1.1.49</version> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>org.clojure</groupId> |
|
41 | 41 | <dependency> |
42 | 42 | <groupId>com.lambdaisland</groupId> |
43 | 43 | <artifactId>shellutils</artifactId> |
44 | | - <version>0.0.10</version> |
| 44 | + <version>0.3.20</version> |
45 | 45 | </dependency> |
46 | 46 | <dependency> |
47 | 47 | <groupId>org.clojure</groupId> |
|
51 | 51 | <dependency> |
52 | 52 | <groupId>com.nextjournal</groupId> |
53 | 53 | <artifactId>beholder</artifactId> |
54 | | - <version>1.0.0</version> |
| 54 | + <version>1.0.2</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>io.methvin</groupId> |
|
83 | 83 | <configuration> |
84 | 84 | <archive> |
85 | 85 | <manifestEntries> |
86 | | - <git-revision>c151a467cc067731ace934d21eca21b55ab8832b</git-revision> |
| 86 | + <git-revision>b4571fa1f14023f5c124dea9119c44ddc7bf4192</git-revision> |
87 | 87 | </manifestEntries> |
88 | 88 | </archive> |
89 | 89 | </configuration> |
|
0 commit comments