Skip to content

Commit

Permalink
Bump picocli to 4.3.2 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored May 22, 2020
1 parent bafe977 commit 0179b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scaffolded-script.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env kscript
@file:DependsOn("info.picocli:picocli:4.2.0")
@file:DependsOn("info.picocli:picocli:4.3.2")

import picocli.CommandLine
import picocli.CommandLine.Command
Expand Down Expand Up @@ -86,4 +86,4 @@ object Colors {
val ANSI_PURPLE = "\u001B[35m"
val ANSI_CYAN = "\u001B[36m"
val ANSI_WHITE = "\u001B[37m"
}
}

0 comments on commit 0179b0f

Please sign in to comment.