aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-06-14 01:07:45 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-14 01:07:45 -0700
commite381a1c885cff05f93dadc89a182b81b02c63ff7 (patch)
tree002899f4f15d9ff91bef5eb2038f1250fba6e13b
parent818a97711b5573f00f196f62665e62aba35f31e8 (diff)
downloadsbt-jni-e381a1c885cff05f93dadc89a182b81b02c63ff7.tar.gz
sbt-jni-e381a1c885cff05f93dadc89a182b81b02c63ff7.tar.bz2
sbt-jni-e381a1c885cff05f93dadc89a182b81b02c63ff7.zip
Upgrade version
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fea0c0e..d6d9b9a 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ The second point, portability, is inherent to JNI and thus unavoidable. However
All plugins are made available with the following sbt configuration
```scala
-addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.0.1")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.1.1")
```
in `project/plugins.sbt`.