Skip to content

Commit 1f7def6

Browse files
authored
Merge pull request #112 from nstdio/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.8.0
Bump kotlin-gradle-plugin from 1.8.0-RC2 to 1.8.0
2 parents b7b8223 + 12769dd commit 1f7def6

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)