We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072b076 commit 41bb3ceCopy full SHA for 41bb3ce
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+- Bump clj4intellij to 0.6.1.
6
+
7
## 3.0.0
8
9
- Fix brace matcher to insert closing brace for some missing cases.
build.gradle.kts
@@ -24,7 +24,7 @@ repositories {
24
25
dependencies {
26
implementation ("org.clojure:clojure:1.12.0")
27
- implementation ("com.github.ericdallo:clj4intellij:0.5.4")
+ implementation ("com.github.ericdallo:clj4intellij:0.6.1")
28
implementation ("seesaw:seesaw:1.5.0")
29
implementation ("camel-snake-kebab:camel-snake-kebab:0.4.3")
30
implementation ("com.rpl:proxy-plus:0.0.9")
0 commit comments