Skip to content

Commit fcd4af5

Browse files
committed
build: bump Kotlin to 2.3.0
1 parent b974cb0 commit fcd4af5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[![build](https://img.shields.io/github/actions/workflow/status/lppedd/idea-conventional-commit/build.yml.svg?branch=master)](https://github.com/lppedd/idea-conventional-commit/actions/workflows/build.yml)
1414
[![idea](https://img.shields.io/badge/platform-2025.3-ff7700.svg?logo=intellij-idea)](https://www.jetbrains.com/idea/)
15-
[![kotlin](https://img.shields.io/badge/kotlin-2.2.21-blue.svg?logo=kotlin)](https://kotlinlang.org)
15+
[![kotlin](https://img.shields.io/badge/kotlin-2.3.0-blue.svg?logo=kotlin)](https://kotlinlang.org)
1616
[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-%23FE5196?logo=conventionalcommits)](https://conventionalcommits.org)
1717

1818
</div>
@@ -125,7 +125,7 @@ making versioning easy and avoiding explicit file paths.
125125
By default, a fresh installation offers only the most common tokens (e.g., `fix`, `feat`, `build`,
126126
`BREAKING CHANGE`, etc.).
127127

128-
However, the plugin exposes APIs to enhance completion suggestions for each commit message token,
128+
However, the plugin exposes APIs to enhance completion suggestions for each commit message token
129129
by registering implementations of:
130130

131131
- `CommitTypeProvider`

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ kotlin {
104104
explicitApiWarning()
105105
compilerOptions {
106106
jvmTarget = JvmTarget.JVM_21
107-
languageVersion = KotlinVersion.KOTLIN_2_2
107+
languageVersion = KotlinVersion.KOTLIN_2_3
108108
freeCompilerArgs.addAll(
109109
"-Xno-call-assertions",
110110
"-Xno-receiver-assertions",

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.2.21"
2+
kotlin = "2.3.0"
33
intellij-platform = "2.10.5"
44
grammarkit = "2022.3.2.2"
55
json-jettison = "1.5.4"

0 commit comments

Comments
 (0)