Skip to content

Commit 41bb3ce

Browse files
committed
Bump clj4intellij to 0.6.1.
1 parent 072b076 commit 41bb3ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
- Bump clj4intellij to 0.6.1.
6+
57
## 3.0.0
68

79
- Fix brace matcher to insert closing brace for some missing cases.

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424

2525
dependencies {
2626
implementation ("org.clojure:clojure:1.12.0")
27-
implementation ("com.github.ericdallo:clj4intellij:0.5.4")
27+
implementation ("com.github.ericdallo:clj4intellij:0.6.1")
2828
implementation ("seesaw:seesaw:1.5.0")
2929
implementation ("camel-snake-kebab:camel-snake-kebab:0.4.3")
3030
implementation ("com.rpl:proxy-plus:0.0.9")

0 commit comments

Comments
 (0)