Skip to content

Commit

Permalink
Update plugin org.gradle.kotlin.kotlin-dsl to v4.2.1 (#3823)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 13, 2023
1 parent 6c46544 commit 48bf6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

plugins {
kotlin("plugin.serialization") version "1.9.10"
id("org.gradle.kotlin.kotlin-dsl") version "4.1.2"
id("org.gradle.kotlin.kotlin-dsl") version "4.2.1"
}

val buildSnapshotTrain = properties["build_snapshot_train"]?.toString()?.toBoolean() == true
Expand Down

0 comments on commit 48bf6b3

Please sign in to comment.