Skip to content

Commit

Permalink
Merge pull request #6 from ryan-williams/h
Browse files Browse the repository at this point in the history
bump args4s, add scala 2.12
  • Loading branch information
ryan-williams committed Aug 6, 2017
2 parents 479570b + da035c5 commit da7e62d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ jdk:

scala:
- 2.11.8
- 2.12.1

script: sbt ++$TRAVIS_SCALA_VERSION clean test

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,10 +1,10 @@
organization := "org.hammerlab.bdg-utils"
name := "cli"
version := "0.3.0"

addScala212
deps ++= Seq(
args4j,
args4s % "1.2.4",
"org.hammerlab" ^^ "args4s" ^ "1.3.0",
paths % "1.2.0",
parquet_avro
)

0 comments on commit da7e62d

Please sign in to comment.