Skip to content

Commit

Permalink
chore(deps): update plugin org.gradle.kotlin.kotlin-dsl to v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 4, 2024
1 parent 7c76fa7 commit 0e09a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Expand Up @@ -4,7 +4,7 @@

plugins {
kotlin("plugin.serialization") version "1.9.22"
id("org.gradle.kotlin.kotlin-dsl") version "4.3.0"
id("org.gradle.kotlin.kotlin-dsl") version "4.3.1"
}

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

0 comments on commit 0e09a26

Please sign in to comment.