aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2016-01-17 19:14:08 -0800
committerJakob Odersky <jodersky@gmail.com>2016-01-17 19:14:08 -0800
commit17d425c3eb07ed1110682dd1673acd0765c3ee1a (patch)
tree9c31e5f7714e672611fd464582f87755f80e4b55 /README.md
parente9df09bb0e2324ad40199e7db1f3b5687eae7362 (diff)
downloadsbt-jni-17d425c3eb07ed1110682dd1673acd0765c3ee1a.tar.gz
sbt-jni-17d425c3eb07ed1110682dd1673acd0765c3ee1a.tar.bz2
sbt-jni-17d425c3eb07ed1110682dd1673acd0765c3ee1a.zip
update version and publish to bintray
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d9d930..56a75c0 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ The reason for dividing a project into two subprojects is two-fold: it enables f
## Usage
Add plugin dependency. In `project/plugins.sbt`:
```scala
-addSbtPlugin("ch.jodersky" % "sbt-jni" % "0.3")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "0.3.0")
```
Define sub-projects for JVM and native sources. In `myproject/build.sbt`: