Skip to content

Commit 4e95a72

Browse files
committed
Fix shortcuts not being added after 2.6.3.
1 parent 3ebc7c7 commit 4e95a72

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424

2525
dependencies {
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")

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"}

0 commit comments

Comments
 (0)