Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Aug 4, 2017
1 parent 4298dd7 commit ef295fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name := "args4s"
version := "1.2.4-SNAPSHOT"
version := "1.2.4"

deps ++= Seq(
args4j,
paths % "1.1.1-SNAPSHOT"
paths % "1.2.0"
)

// Scala 2.11 version seems to work fine for other Scala binary versions.
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.hammerlab" % "sbt-parent" % "3.0.0-SNAPSHOT")
addSbtPlugin("org.hammerlab" % "sbt-parent" % "3.0.0")

0 comments on commit ef295fc

Please sign in to comment.