Skip to content

Commit

Permalink
Merge pull request #8 from bytedeco/upgrade/sbt-javacpp-1.6
Browse files Browse the repository at this point in the history
Bump SBT-JavaCPP version
  • Loading branch information
lloydmeta authored Jul 21, 2016
2 parents 2ec65fb + 882521d commit e94fae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Configures the following dependencies in your project:
In your `project/plugins.sbt`:

```scala
addSbtPlugin("org.bytedeco" % "sbt-javacv" % "1.8")
addSbtPlugin("org.bytedeco" % "sbt-javacv" % "1.9")
```

## Customisation
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots")
)

addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.5")
addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.6")

0 comments on commit e94fae2

Please sign in to comment.