Skip to content

Commit 5a9b923

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 276e8d4 commit 5a9b923

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Unreleased
2+
3+
## Added
4+
5+
## Fixed
6+
7+
## Changed
8+
19
# 0.36.159-alpha (2025-02-09 / eafa135)
210

311
## Added

pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.lambdaisland</groupId>
55
<artifactId>launchpad</artifactId>
6-
<version>0.35.156-alpha</version>
6+
<version>0.36.159-alpha</version>
77
<name>launchpad</name>
88
<description>Clojure dev process launcher</description>
99
<url>https://github.com/lambdaisland/launchpad</url>
@@ -25,13 +25,13 @@
2525
<url>https://github.com/lambdaisland/launchpad</url>
2626
<connection>scm:git:git://github.com/lambdaisland/launchpad.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/launchpad.git</developerConnection>
28-
<tag>f6ba0cf9f89f031aa0e567767a262c6305a296ca</tag>
28+
<tag>276e8d468b5e34a2c07ce82056ced50ae003dd5a</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
3232
<groupId>org.clojure</groupId>
3333
<artifactId>clojure</artifactId>
34-
<version>1.11.2</version>
34+
<version>1.12.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.lambdaisland</groupId>
@@ -41,12 +41,12 @@
4141
<dependency>
4242
<groupId>com.lambdaisland</groupId>
4343
<artifactId>cli</artifactId>
44-
<version>0.18.74</version>
44+
<version>0.22.87</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>babashka</groupId>
4848
<artifactId>babashka</artifactId>
49-
<version>1.3.190</version>
49+
<version>1.12.196</version>
5050
<scope>provided</scope>
5151
</dependency>
5252
<dependency>
@@ -64,19 +64,19 @@
6464
<dependency>
6565
<groupId>thheller</groupId>
6666
<artifactId>shadow-cljs</artifactId>
67-
<version>2.28.3</version>
67+
<version>2.28.20</version>
6868
<scope>provided</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.google.guava</groupId>
7272
<artifactId>guava</artifactId>
73-
<version>33.1.0-jre</version>
73+
<version>33.4.0-jre</version>
7474
<scope>provided</scope>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.lambdaisland</groupId>
7878
<artifactId>classpath</artifactId>
79-
<version>0.5.48</version>
79+
<version>0.6.58</version>
8080
<scope>provided</scope>
8181
</dependency>
8282
</dependencies>
@@ -107,7 +107,7 @@
107107
<configuration>
108108
<archive>
109109
<manifestEntries>
110-
<git-revision>f6ba0cf9f89f031aa0e567767a262c6305a296ca</git-revision>
110+
<git-revision>276e8d468b5e34a2c07ce82056ced50ae003dd5a</git-revision>
111111
</manifestEntries>
112112
</archive>
113113
</configuration>

0 commit comments

Comments
 (0)