Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 7b616be commit dac7e79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ serialization = "1.7.3"

# plugins
changelog = "2.2.1"
intellijPlatform = "2.1.0"
kotlin = "2.0.21"
intellijPlatform = "2.2.0"
kotlin = "2.1.0"
kover = "0.8.3"
qodana = "2024.2.3"
qodana = "2024.3.2"

[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rootProject.name = "intellij-shadcn-plugin"

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}

0 comments on commit dac7e79

Please sign in to comment.