|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>com.lambdaisland</groupId>
|
5 | 5 | <artifactId>launchpad</artifactId>
|
6 |
| - <version>0.15.79-alpha</version> |
| 6 | + <version>0.16.88-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>384f260d9b939f4f7c1348eaf1c84fdd873f857e</tag> |
| 28 | + <tag>356e63cab91a668a84ee32258d9760746b6b2aae</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.0.170</version> |
| 44 | + <version>1.2.174</version> |
45 | 45 | <scope>provided</scope>
|
46 | 46 | </dependency>
|
47 | 47 | <dependency>
|
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>com.nextjournal</groupId>
|
55 | 55 | <artifactId>beholder</artifactId>
|
56 |
| - <version>1.0.1</version> |
| 56 | + <version>1.0.2</version> |
57 | 57 | <scope>provided</scope>
|
58 | 58 | </dependency>
|
59 | 59 | <dependency>
|
60 | 60 | <groupId>thheller</groupId>
|
61 | 61 | <artifactId>shadow-cljs</artifactId>
|
62 |
| - <version>2.20.20</version> |
| 62 | + <version>2.22.0</version> |
63 | 63 | <scope>provided</scope>
|
64 | 64 | </dependency>
|
65 | 65 | <dependency>
|
|
96 | 96 | <configuration>
|
97 | 97 | <archive>
|
98 | 98 | <manifestEntries>
|
99 |
| - <git-revision>384f260d9b939f4f7c1348eaf1c84fdd873f857e</git-revision> |
| 99 | + <git-revision>356e63cab91a668a84ee32258d9760746b6b2aae</git-revision> |
100 | 100 | </manifestEntries>
|
101 | 101 | </archive>
|
102 | 102 | </configuration>
|
|
0 commit comments