|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.lambdaisland</groupId> |
5 | 5 | <artifactId>ornament</artifactId> |
6 | | - <version>1.12.107</version> |
| 6 | + <version>1.13.130</version> |
7 | 7 | <name>ornament</name> |
8 | 8 | <description>Clojure Styled Components</description> |
9 | 9 | <url>https://github.com/lambdaisland/ornament</url> |
|
25 | 25 | <url>https://github.com/lambdaisland/ornament</url> |
26 | 26 | <connection>scm:git:git://github.com/lambdaisland/ornament.git</connection> |
27 | 27 | < developerConnection>scm:git:ssh:// [email protected]/lambdaisland/ornament.git</ developerConnection> |
28 | | - <tag>02bbce94c26a86f513b2e064cdefa1505fc3ba74</tag> |
| 28 | + <tag>3ff5467c45ffe568af2ae9ca95e8ab099736ba81</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.1</version> |
| 34 | + <version>1.12.0</version> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | | - <groupId>garden</groupId> |
| 37 | + <groupId>com.lambdaisland</groupId> |
38 | 38 | <artifactId>garden</artifactId> |
39 | | - <version>1.3.10</version> |
| 39 | + <version>1.7.590</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>girouette</groupId> |
|
63 | 63 | <dependency> |
64 | 64 | <groupId>io.pedestal</groupId> |
65 | 65 | <artifactId>pedestal.log</artifactId> |
66 | | - <version>0.6.0</version> |
| 66 | + <version>0.7.2</version> |
67 | 67 | <optional>true</optional> |
68 | 68 | </dependency> |
69 | 69 | </dependencies> |
|
94 | 94 | <configuration> |
95 | 95 | <archive> |
96 | 96 | <manifestEntries> |
97 | | - <git-revision>02bbce94c26a86f513b2e064cdefa1505fc3ba74</git-revision> |
| 97 | + <git-revision>3ff5467c45ffe568af2ae9ca95e8ab099736ba81</git-revision> |
98 | 98 | </manifestEntries> |
99 | 99 | </archive> |
100 | 100 | </configuration> |
|
0 commit comments