Skip to content

Commit

Permalink
Merge pull request #6 from bytedeco/upgrade/JavaCPP-1.2
Browse files Browse the repository at this point in the history
Bump to JavaCPP 1.2
  • Loading branch information
lloydmeta authored Jul 21, 2016
2 parents 4693f02 + c8f219b commit 023bcb3
Show file tree
Hide file tree
Showing 3 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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/main/scala/org/bytedeco/sbt/javacpp/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Plugin extends AutoPlugin {
}

object Versions {
val javaCppVersion = "1.1"
val javaCppVersion = "1.2"
}

object autoImport {
Expand Down

0 comments on commit 023bcb3

Please sign in to comment.