Skip to content

Commit

Permalink
chore(deps): update plugin org.gradle.kotlin.kotlin-dsl to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2024
1 parent 5f27f30 commit 1a3f541
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.4.0"
}

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

0 comments on commit 1a3f541

Please sign in to comment.