Skip to content

Commit 4ec7ea1

Browse files
Update dependency com.slack.foundry:cli to v0.34.0
1 parent 6d02458 commit 4ec7ea1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

projectAccessors.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("com.slack.foundry:cli:0.33.1")
2+
@file:DependsOn("com.slack.foundry:cli:0.34.0")
33
@file:OptIn(ExperimentalPathApi::class)
44

55
import foundry.cli.skipBuildAndCacheDirs

scripts/parse-dependency-graph.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env kotlin
22
// Gradle plugin repo required for the module-graph-assert plugin dep
33
@file:Repository("https://plugins.gradle.org/m2")
4-
@file:DependsOn("com.slack.foundry:cli:0.33.1")
4+
@file:DependsOn("com.slack.foundry:cli:0.34.0")
55
@file:DependsOn("com.slack.foundry:skippy:0.33.1")
66
@file:DependsOn("com.github.ajalt.clikt:clikt-jvm:5.1.0")
77
@file:DependsOn("com.fueledbycaffeine.spotlight:buildscript-utils:1.6.7")

scripts/skippy.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env kotlin
22
// Gradle plugin repo required for the module-graph-assert plugin dep
33
@file:Repository("https://plugins.gradle.org/m2")
4-
@file:DependsOn("com.slack.foundry:cli:0.33.1")
4+
@file:DependsOn("com.slack.foundry:cli:0.34.0")
55
@file:DependsOn("com.slack.foundry:skippy:0.33.1")
66
@file:DependsOn("com.github.ajalt.clikt:clikt-jvm:5.1.0")
77

0 commit comments

Comments
 (0)