Skip to content

Commit ba060a0

Browse files
committed
Add native-image metadata. Upgrade dependencies.
1 parent 7f61940 commit ba060a0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

project.clj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
[lein-bikeshed "0.5.2"]
1919
[jonase/eastwood "1.4.0"]]
2020

21-
:dependencies [[com.ibm.icu/icu4j "72.1"]]
21+
:dependencies [[com.ibm.icu/icu4j "75.1"]]
2222

2323
:profiles
2424
{:shared
2525
^{:pom-scope :test}
2626
{:dependencies
27-
[[org.clojure/clojure "1.11.1"]
27+
[[org.clojure/clojure "1.11.3"]
2828
[org.clojure/test.check "1.1.1"]
2929

30-
[com.github.flow-storm/clojure "1.11.2-4"]
31-
[com.github.flow-storm/flow-storm-dbg "3.15.1"]
30+
[com.github.flow-storm/clojure "1.11.3-1"]
31+
[com.github.flow-storm/flow-storm-dbg "3.15.5"]
3232

3333
[vlaaad/reveal "1.3.282"]
3434

35-
[nrepl "1.1.1"]
35+
[nrepl "1.1.2"]
3636

3737
[eftest "0.6.0"]]}
3838

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Args=--initialize-at-build-time=com.ibm.icu

0 commit comments

Comments
 (0)