Skip to content

Commit

Permalink
Merge pull request #7 from ryan-williams/h
Browse files Browse the repository at this point in the history
correct cross-publishing for paths dep
  • Loading branch information
ryan-williams committed Aug 6, 2017
2 parents 82a6ab8 + 3d5d18a commit 6330cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ jdk:

scala:
- 2.11.8
- 2.12.1

script: sbt ++$TRAVIS_SCALA_VERSION clean test

Expand Down
7 changes: 2 additions & 5 deletions build.sbt
@@ -1,10 +1,7 @@
name := "args4s"
version := "1.2.4"

version := "1.3.0"
addScala212
deps ++= Seq(
args4j,
paths % "1.2.0"
)

// Scala 2.11 version seems to work fine for other Scala binary versions.
noCrossPublishing

0 comments on commit 6330cd2

Please sign in to comment.