Skip to content

Commit 12769dd

Browse files
Bump kotlin-gradle-plugin from 1.8.0-RC2 to 1.8.0
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.0-RC2 to 1.8.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.0-RC2...v1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f6da05 commit 12769dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/basics/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020

2121
dependencies {
2222
implementation("org.gradlex:extra-java-module-info:1.1")
23-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0-RC2")
23+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0")
2424
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.13")
2525
implementation("com.github.dpaukov:combinatoricslib3:3.3.3")
2626
}

0 commit comments

Comments
 (0)