|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.lambdaisland</groupId> |
5 | 5 | <artifactId>launchpad</artifactId> |
6 | | - <version>0.35.156-alpha</version> |
| 6 | + <version>0.36.159-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://git@github.com/lambdaisland/launchpad.git</developerConnection> |
28 | | - <tag>f6ba0cf9f89f031aa0e567767a262c6305a296ca</tag> |
| 28 | + <tag>276e8d468b5e34a2c07ce82056ced50ae003dd5a</tag> |
29 | 29 | </scm> |
30 | 30 | <dependencies> |
31 | 31 | <dependency> |
32 | 32 | <groupId>org.clojure</groupId> |
33 | 33 | <artifactId>clojure</artifactId> |
34 | | - <version>1.11.2</version> |
| 34 | + <version>1.12.0</version> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>com.lambdaisland</groupId> |
|
41 | 41 | <dependency> |
42 | 42 | <groupId>com.lambdaisland</groupId> |
43 | 43 | <artifactId>cli</artifactId> |
44 | | - <version>0.18.74</version> |
| 44 | + <version>0.22.87</version> |
45 | 45 | </dependency> |
46 | 46 | <dependency> |
47 | 47 | <groupId>babashka</groupId> |
48 | 48 | <artifactId>babashka</artifactId> |
49 | | - <version>1.3.190</version> |
| 49 | + <version>1.12.196</version> |
50 | 50 | <scope>provided</scope> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
|
64 | 64 | <dependency> |
65 | 65 | <groupId>thheller</groupId> |
66 | 66 | <artifactId>shadow-cljs</artifactId> |
67 | | - <version>2.28.3</version> |
| 67 | + <version>2.28.20</version> |
68 | 68 | <scope>provided</scope> |
69 | 69 | </dependency> |
70 | 70 | <dependency> |
71 | 71 | <groupId>com.google.guava</groupId> |
72 | 72 | <artifactId>guava</artifactId> |
73 | | - <version>33.1.0-jre</version> |
| 73 | + <version>33.4.0-jre</version> |
74 | 74 | <scope>provided</scope> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>com.lambdaisland</groupId> |
78 | 78 | <artifactId>classpath</artifactId> |
79 | | - <version>0.5.48</version> |
| 79 | + <version>0.6.58</version> |
80 | 80 | <scope>provided</scope> |
81 | 81 | </dependency> |
82 | 82 | </dependencies> |
|
107 | 107 | <configuration> |
108 | 108 | <archive> |
109 | 109 | <manifestEntries> |
110 | | - <git-revision>f6ba0cf9f89f031aa0e567767a262c6305a296ca</git-revision> |
| 110 | + <git-revision>276e8d468b5e34a2c07ce82056ced50ae003dd5a</git-revision> |
111 | 111 | </manifestEntries> |
112 | 112 | </archive> |
113 | 113 | </configuration> |
|
0 commit comments