Skip to content

Commit 1b7cc80

Browse files
Bump kotlin-reflect from 1.7.22 to 1.8.0
Bumps [kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.7.22 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.7.22...v1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef430f9 commit 1b7cc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
}
6363
}
6464
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.22")
65-
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.22")
65+
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.0")
6666

6767
implementation("io.github.microutils:kotlin-logging:3.0.4")
6868
implementation("org.slf4j:slf4j-api:2.0.6")

0 commit comments

Comments
 (0)