Skip to content

Commit 0c582b6

Browse files
Update dependency com.slack.foundry:skippy to v0.34.0
1 parent 6d02458 commit 0c582b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/parse-dependency-graph.main.kts

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

scripts/skippy.main.kts

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

88
import com.github.ajalt.clikt.command.main

0 commit comments

Comments
 (0)