aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-11-30 22:39:08 -0800
committerJakob Odersky <jakob@odersky.com>2016-11-30 22:39:08 -0800
commitbbf3b0364a8a62cd2c5feb20728e0f7f0bd3f776 (patch)
treeada7f289374821cdb772c0e5bb73ae0bfd9fb7b1 /README.md
parentdade71d25634056a83a461d826d284f4b5258d3f (diff)
downloadsbt-jni-bbf3b0364a8a62cd2c5feb20728e0f7f0bd3f776.tar.gz
sbt-jni-bbf3b0364a8a62cd2c5feb20728e0f7f0bd3f776.tar.bz2
sbt-jni-bbf3b0364a8a62cd2c5feb20728e0f7f0bd3f776.zip
Simplify build and derive version from git
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 c908b04..411cb89 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.2.4")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "<latest version>")
```
in `project/plugins.sbt`.