File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ - Fix shortcuts not being added after 2.6.3.
6
+
5
7
## 2.6.3
6
8
7
9
- Fix default shortcuts being added for already customized shortcuts.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
24
24
25
25
dependencies {
26
26
implementation (" org.clojure:clojure:1.11.1" )
27
- implementation (" com.github.ericdallo:clj4intellij:0.5.3 " )
27
+ implementation (" com.github.ericdallo:clj4intellij:0.5.4 " )
28
28
implementation (" seesaw:seesaw:1.5.0" )
29
29
implementation (" camel-snake-kebab:camel-snake-kebab:0.4.3" )
30
30
implementation (" babashka:process:0.5.18" )
Original file line number Diff line number Diff line change 2
2
:mvn/repos {" intellij-1" {:url " https://cache-redirector.jetbrains.com/intellij-dependencies" }
3
3
" intellij-2" {:url " https://www.jetbrains.com/intellij-repository/releases" }}
4
4
:deps {org.clojure/clojure {:mvn/version " 1.11.1" }
5
- com.github.ericdallo/clj4intellij {:mvn/version " 0.5.3 " }
5
+ com.github.ericdallo/clj4intellij {:mvn/version " 0.5.4 " }
6
6
seesaw/seesaw {:mvn/version " 1.5.0" }
7
7
camel-snake-kebab/camel-snake-kebab {:mvn/version " 0.4.3" }
8
8
com.github.clojure-lsp/clojure-lsp {:mvn/version " 2024.03.01-11.37.51" }
You can’t perform that action at this time.
0 commit comments