aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-01-24 12:59:17 -0800
committerJakob Odersky <jakob@odersky.com>2016-01-24 13:16:19 -0800
commit66ea145c4c92833e048844cd8852060d46f1a703 (patch)
treedaac1a5ea89bbb31943682e149842c3ee3f745fd /README.md
parent3f267949207aa4407064ab3553b4e410c413055a (diff)
downloadsbt-jni-66ea145c4c92833e048844cd8852060d46f1a703.tar.gz
sbt-jni-66ea145c4c92833e048844cd8852060d46f1a703.tar.bz2
sbt-jni-66ea145c4c92833e048844cd8852060d46f1a703.zip
Add combinated native libraries keyv0.4.0
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 19ef6d7..4654b58 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,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.0")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "0.4.0")
```
Define sub-projects for JVM and native sources. In `myproject/build.sbt`: