File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ - Fix shortcuts not being added after 2.6.3.
6+
57## 2.6.3
68
79- Fix default shortcuts being added for already customized shortcuts.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
2424
2525dependencies {
2626 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 " )
2828 implementation (" seesaw:seesaw:1.5.0" )
2929 implementation (" camel-snake-kebab:camel-snake-kebab:0.4.3" )
3030 implementation (" babashka:process:0.5.18" )
Original file line number Diff line number Diff line change 22 :mvn/repos {" intellij-1" {:url " https://cache-redirector.jetbrains.com/intellij-dependencies" }
33 " intellij-2" {:url " https://www.jetbrains.com/intellij-repository/releases" }}
44 :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 " }
66 seesaw/seesaw {:mvn/version " 1.5.0" }
77 camel-snake-kebab/camel-snake-kebab {:mvn/version " 0.4.3" }
88 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