Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brcosta committed Jul 12, 2023
2 parents 8d07bab + 1084dc8 commit 4bbf395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

## 0.7.8
- Update Built-in clj-kondo -> v2023.05.26

## 0.7.7
- Update Built-in clj-kondo -> v2023.03.17
- Upgrade plugin for IJ 2023.1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

dependencies {
implementation("clj-kondo:clj-kondo:2023.03.17") {
implementation("clj-kondo:clj-kondo:2023.05.26") {
exclude("org.clojure", "clojure")
}
}
Expand Down

0 comments on commit 4bbf395

Please sign in to comment.