Skip to content

Commit 3217321

Browse files
committed
Bump clj4intellij
1 parent a828041 commit 3217321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.0")
27+
implementation ("com.github.ericdallo:clj4intellij:0.3.1")
2828
implementation ("seesaw:seesaw:1.5.0")
2929
implementation ("camel-snake-kebab:camel-snake-kebab:0.4.3")
3030
implementation ("org.clojure:core.async:1.5.648") {

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.2.1"}
5+
com.github.ericdallo/clj4intellij {:mvn/version "0.3.1"}
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-standalone {:mvn/version "2023.08.06-00.28.06"}

0 commit comments

Comments
 (0)