Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump clj kondo to v2025.01.16 #85

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# clojure-extras-plugin Changelog

## [Unreleased]

## 0.8.3
- Update Built-in clj-kondo -> v2025.01.16

## 0.8.2
- Fix deserialization failure

## 0.8.1
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.brcosta.cljstuffplugin
pluginName = clj-extras-plugin
pluginRepositoryUrl = https://github.com/brcosta/clj-extras-plugin
# SemVer format -> https://semver.org
pluginVersion = 0.8.2
pluginVersion = 0.8.3

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
Expand Down Expand Up @@ -33,4 +33,4 @@ org.gradle.configuration-cache = true
org.gradle.caching = true

# clj-kondo embedded version
kondoVersion = clj-kondo:clj-kondo:2024.11.14
kondoVersion = clj-kondo:clj-kondo:2025.01.16
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AppSettingsComponent {
panel = FormBuilder.createFormBuilder()
.addLabeledComponent(
// TODO: get this from build.gradle
JBLabel("Clj-Kondo executable path (leave empty to use built-in version v2024.11.14):"),
JBLabel("Clj-Kondo executable path (leave empty to use built-in version v2025.01.16):"),
cljkondoPath,
1,
true
Expand Down
Loading