Skip to content

Commit

Permalink
1.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Jul 21, 2016
1 parent 0ccaa4d commit 561f29e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.9")
addSbtPlugin("org.bytedeco" % "sbt-javacv" % "1.9.1")
```

## Customisation
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := """sbt-javacv"""

version := "1.10-SNAPSHOT"
version := "1.9.1"

organization := "org.bytedeco"

Expand Down Expand Up @@ -49,4 +49,4 @@ resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots")
)

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

0 comments on commit 561f29e

Please sign in to comment.