Skip to content

Commit 618a56e

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents a3e9172 + a0c8222 commit 618a56e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginGroup = com.github.xepozz.gitattributes
33
pluginName = .gitattributes support
44
pluginRepositoryUrl = https://github.com/xepozz/gitattributes-plugin
55
# SemVer format -> https://semver.org
6-
pluginVersion=2025.0.20
6+
pluginVersion=2025.0.35
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild=222

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ junit = "4.13.2"
44

55
# plugins
66
changelog = "2.2.1"
7-
intelliJPlatform = "2.5.0"
8-
kotlin = "2.1.20"
7+
intelliJPlatform = "2.6.0"
8+
kotlin = "2.1.21"
99
kover = "0.9.1"
10-
qodana = "2024.3.4"
10+
qodana = "2025.1.1"
1111

1212
[libraries]
1313
junit = { group = "junit", name = "junit", version.ref = "junit" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
2+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
33
}
44

55
rootProject.name = "gitattributes"

0 commit comments

Comments
 (0)