From 561f29e1de8917c8ee40597f01d64383758bea90 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Fri, 22 Jul 2016 01:09:47 +0900 Subject: [PATCH] 1.9.1 release --- README.markdown | 2 +- build.sbt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 179ff47..664996c 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/build.sbt b/build.sbt index 70a9242..cba2d47 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := """sbt-javacv""" -version := "1.10-SNAPSHOT" +version := "1.9.1" organization := "org.bytedeco" @@ -49,4 +49,4 @@ resolvers ++= Seq( Resolver.sonatypeRepo("snapshots") ) -addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.6") \ No newline at end of file +addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.6.1") \ No newline at end of file