|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>com.lambdaisland</groupId>
|
5 | 5 | <artifactId>launchpad</artifactId>
|
6 |
| - <version>0.10.54-alpha</version> |
| 6 | + <version>0.11.59-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>1d96864012160ca8c0fdb99ea4bb4df8cf233c88</tag> |
| 28 | + <tag>77bdde40b37de4e9dbd31a041d02eade5990a689</tag> |
29 | 29 | </scm>
|
30 | 30 | <dependencies>
|
31 | 31 | <dependency>
|
|
44 | 44 | <version>1.0.164</version>
|
45 | 45 | <scope>provided</scope>
|
46 | 46 | </dependency>
|
| 47 | + <dependency> |
| 48 | + <groupId>org.clojure</groupId> |
| 49 | + <artifactId>tools.deps.alpha</artifactId> |
| 50 | + <version>0.14.1222</version> |
| 51 | + <scope>provided</scope> |
| 52 | + </dependency> |
| 53 | + <dependency> |
| 54 | + <groupId>com.nextjournal</groupId> |
| 55 | + <artifactId>beholder</artifactId> |
| 56 | + <version>1.0.0</version> |
| 57 | + <scope>provided</scope> |
| 58 | + </dependency> |
| 59 | + <dependency> |
| 60 | + <groupId>thheller</groupId> |
| 61 | + <artifactId>shadow-cljs</artifactId> |
| 62 | + <version>2.20.5</version> |
| 63 | + <scope>provided</scope> |
| 64 | + </dependency> |
| 65 | + <dependency> |
| 66 | + <groupId>com.lambdaisland</groupId> |
| 67 | + <artifactId>classpath</artifactId> |
| 68 | + <version>0.4.44</version> |
| 69 | + <scope>provided</scope> |
| 70 | + </dependency> |
47 | 71 | </dependencies>
|
48 | 72 | <build>
|
49 | 73 | <sourceDirectory>src</sourceDirectory>
|
|
72 | 96 | <configuration>
|
73 | 97 | <archive>
|
74 | 98 | <manifestEntries>
|
75 |
| - <git-revision>1d96864012160ca8c0fdb99ea4bb4df8cf233c88</git-revision> |
| 99 | + <git-revision>77bdde40b37de4e9dbd31a041d02eade5990a689</git-revision> |
76 | 100 | </manifestEntries>
|
77 | 101 | </archive>
|
78 | 102 | </configuration>
|
|
0 commit comments