|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>com.lambdaisland</groupId>
|
5 | 5 | <artifactId>launchpad</artifactId>
|
6 |
| - <version>0.18.97-alpha</version> |
| 6 | + <version>0.19.100-alpha</version> |
7 | 7 | <name>launchpad</name>
|
8 | 8 | <description>Clojure dev process launcher</description>
|
9 | 9 | <url>https://github.com/lambdaisland/launchpad</url>
|
|
25 | 25 | <url>https://github.com/lambdaisland/launchpad</url>
|
26 | 26 | <connection>scm:git:git://github.com/lambdaisland/launchpad.git</connection>
|
27 | 27 | < developerConnection>scm:git:ssh:// [email protected]/lambdaisland/launchpad.git</ developerConnection>
|
28 |
| - <tag>98347458f7a1536a4cd2169a1ce974f54b6ac4c9</tag> |
| 28 | + <tag>5a5495534b27077dcad527e13d4daca031c9b1dc</tag> |
29 | 29 | </scm>
|
30 | 30 | <dependencies>
|
31 | 31 | <dependency>
|
|
41 | 41 | <dependency>
|
42 | 42 | <groupId>babashka</groupId>
|
43 | 43 | <artifactId>babashka</artifactId>
|
44 |
| - <version>1.2.174</version> |
| 44 | + <version>1.3.187</version> |
45 | 45 | <scope>provided</scope>
|
46 | 46 | </dependency>
|
47 | 47 | <dependency>
|
|
59 | 59 | <dependency>
|
60 | 60 | <groupId>thheller</groupId>
|
61 | 61 | <artifactId>shadow-cljs</artifactId>
|
62 |
| - <version>2.22.0</version> |
| 62 | + <version>2.26.3</version> |
63 | 63 | <scope>provided</scope>
|
64 | 64 | </dependency>
|
65 | 65 | <dependency>
|
66 | 66 | <groupId>com.lambdaisland</groupId>
|
67 | 67 | <artifactId>classpath</artifactId>
|
68 |
| - <version>0.4.44</version> |
| 68 | + <version>0.5.48</version> |
69 | 69 | <scope>provided</scope>
|
70 | 70 | </dependency>
|
71 | 71 | </dependencies>
|
|
96 | 96 | <configuration>
|
97 | 97 | <archive>
|
98 | 98 | <manifestEntries>
|
99 |
| - <git-revision>98347458f7a1536a4cd2169a1ce974f54b6ac4c9</git-revision> |
| 99 | + <git-revision>5a5495534b27077dcad527e13d4daca031c9b1dc</git-revision> |
100 | 100 | </manifestEntries>
|
101 | 101 | </archive>
|
102 | 102 | </configuration>
|
|
0 commit comments