summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2017-03-05 06:46:20 -0800
committerCedric Beust <cedric@beust.com>2017-03-05 06:46:20 -0800
commit4b75f129a2247c8259d2129aa08d8a662af8ca9b (patch)
treeebe4d777fc2e9acf22098ee1754a314e91543033
parentcc5a8e341e7ac9df6b7dcd05519d8ac9f44dedeb (diff)
downloadjcommander-4b75f129a2247c8259d2129aa08d8a662af8ca9b.tar.gz
1.66.
-rw-r--r--kobalt/src/Build.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt
index 965e1a9..b4a4c52 100644
--- a/kobalt/src/Build.kt
+++ b/kobalt/src/Build.kt
@@ -12,7 +12,7 @@ val jcommander = project {
name = "jcommander"
group = "com.beust"
artifactId = name
- version = "1.65"
+ version = "1.66"
dependenciesTest {
compile("org.testng:testng:6.10")