Skip to content

Commit 0179b0f

Browse files
authored
Bump picocli to 4.3.2 (#2)
1 parent bafe977 commit 0179b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scaffolded-script.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kscript
2-
@file:DependsOn("info.picocli:picocli:4.2.0")
2+
@file:DependsOn("info.picocli:picocli:4.3.2")
33

44
import picocli.CommandLine
55
import picocli.CommandLine.Command
@@ -86,4 +86,4 @@ object Colors {
8686
val ANSI_PURPLE = "\u001B[35m"
8787
val ANSI_CYAN = "\u001B[36m"
8888
val ANSI_WHITE = "\u001B[37m"
89-
}
89+
}

0 commit comments

Comments
 (0)