diff --git a/README.markdown b/README.markdown index aaeff06..3efba48 100644 --- a/README.markdown +++ b/README.markdown @@ -7,7 +7,7 @@ Makes it easy to start playing around with JavaCPP in an SBT project. In your `project/plugins.sbt`: ```scala -addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.4") +addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.5") ``` Adding the above line will set up your project's classpath to include `maven-plugins` as well as a add a dependency on diff --git a/project/build.properties b/project/build.properties index e444b7c..678b62d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,4 +1,4 @@ #Activator-generated Properties #Mon Feb 22 20:41:33 JST 2016 template.uuid=e17acfbb-1ff5-41f5-b8cf-2c40be6a8340 -sbt.version=0.13.11 +sbt.version=0.13.12 \ No newline at end of file diff --git a/src/main/scala/org/bytedeco/sbt/javacpp/Plugin.scala b/src/main/scala/org/bytedeco/sbt/javacpp/Plugin.scala index e4dc17d..a52caae 100644 --- a/src/main/scala/org/bytedeco/sbt/javacpp/Plugin.scala +++ b/src/main/scala/org/bytedeco/sbt/javacpp/Plugin.scala @@ -22,7 +22,7 @@ object Plugin extends AutoPlugin { } object Versions { - val javaCppVersion = "1.1" + val javaCppVersion = "1.2" } object autoImport {