summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2017-02-16 20:59:26 -0800
committerCedric Beust <cedric@beust.com>2017-02-16 20:59:26 -0800
commit9204d90557da604b203b6d5317b8067d8d0312c5 (patch)
tree7fe20ab9c8b6cded8d859ebe4b18713e260956d1
parent3ee4b49033b98ee4e2fb9d70089bd2f0a1554dde (diff)
downloadjcommander-9204d90557da604b203b6d5317b8067d8d0312c5.tar.gz
1.65.
-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 cb27c81..4a58f6a 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.64"
+ version = "1.65"
dependenciesTest {
compile("org.testng:testng:6.10")