File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Unreleased
2
+
3
+ ## Added
4
+
5
+ ## Fixed
6
+
7
+ ## Changed
8
+
1
9
# 0.3.26-alpha (2022-09-20 / 79a8d9a)
2
10
3
11
## Added
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.lambdaisland</groupId >
5
5
<artifactId >launchpad</artifactId >
6
- <version >0.2.20 -alpha</version >
6
+ <version >0.3.26 -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 >b5857029c664c356086ec491c68e33efb8daad7c </tag >
28
+ <tag >7b1bf2c5c386a572c8f918d539a8126856c80603 </tag >
29
29
</scm >
30
30
<dependencies >
31
31
<dependency >
32
32
<groupId >org.clojure</groupId >
33
33
<artifactId >clojure</artifactId >
34
34
<version >1.11.1</version >
35
35
</dependency >
36
+ <dependency >
37
+ <groupId >com.lambdaisland</groupId >
38
+ <artifactId >dotenv</artifactId >
39
+ <version >0.1.1</version >
40
+ </dependency >
36
41
</dependencies >
37
42
<build >
38
43
<sourceDirectory >src</sourceDirectory >
61
66
<configuration >
62
67
<archive >
63
68
<manifestEntries >
64
- <git-revision >b5857029c664c356086ec491c68e33efb8daad7c </git-revision >
69
+ <git-revision >7b1bf2c5c386a572c8f918d539a8126856c80603 </git-revision >
65
70
</manifestEntries >
66
71
</archive >
67
72
</configuration >
You can’t perform that action at this time.
0 commit comments