Skip to content

Commit 2f24547

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 9a1bc23 commit 2f24547

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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
# 1.9.181 (2026-02-09 / b70e0c1)
210

311
## Fixed

pom.xml

Lines changed: 8 additions & 8 deletions
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>kaocha-cljs</artifactId>
6-
<version>1.8.163</version>
6+
<version>1.9.181</version>
77
<name>kaocha-cljs</name>
88
<description>ClojureScript support for Kaocha</description>
99
<url>https://github.com/lambdaisland/kaocha-cljs</url>
@@ -25,13 +25,13 @@
2525
<url>https://github.com/lambdaisland/kaocha-cljs</url>
2626
<connection>scm:git:git://github.com/lambdaisland/kaocha-cljs.git</connection>
2727
<developerConnection>scm:git:ssh://git@github.com/lambdaisland/kaocha-cljs.git</developerConnection>
28-
<tag>c474037004740ee4df59f6916ebad5aac2de1e2c</tag>
28+
<tag>9a1bc236166f9bbe9dedbbef4683947d25634201</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
3232
<groupId>org.clojure</groupId>
3333
<artifactId>clojure</artifactId>
34-
<version>1.12.3</version>
34+
<version>1.12.4</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>lambdaisland</groupId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.clojure</groupId>
4343
<artifactId>spec.alpha</artifactId>
44-
<version>0.5.238</version>
44+
<version>0.6.249</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.lambdaisland</groupId>
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>org.clojure</groupId>
5353
<artifactId>clojurescript</artifactId>
54-
<version>1.12.42</version>
54+
<version>1.12.134</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.clojure</groupId>
5858
<artifactId>tools.namespace</artifactId>
59-
<version>1.5.0</version>
59+
<version>1.5.1</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.cognitect</groupId>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.cognitect</groupId>
7373
<artifactId>transit-clj</artifactId>
74-
<version>1.0.333</version>
74+
<version>1.1.347</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>http-kit</groupId>
@@ -109,7 +109,7 @@
109109
<configuration>
110110
<archive>
111111
<manifestEntries>
112-
<git-revision>c474037004740ee4df59f6916ebad5aac2de1e2c</git-revision>
112+
<git-revision>9a1bc236166f9bbe9dedbbef4683947d25634201</git-revision>
113113
</manifestEntries>
114114
</archive>
115115
</configuration>

0 commit comments

Comments
 (0)