aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-10-29 17:09:41 -0700
committerJakob Odersky <jakob@odersky.com>2016-10-29 17:09:41 -0700
commit1d7268f7bbd2aff4144d93d7802e504575cfea0d (patch)
tree360c442764e61ac740ef88b59dc2b5c301421209 /README.md
parent730063689cd9ff48ef37a99c7608a5e2e8651b96 (diff)
downloadsbt-jni-1d7268f7bbd2aff4144d93d7802e504575cfea0d.tar.gz
sbt-jni-1d7268f7bbd2aff4144d93d7802e504575cfea0d.tar.bz2
sbt-jni-1d7268f7bbd2aff4144d93d7802e504575cfea0d.zip
Prepare release v1.2.3v1.2.3
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 9734f95..562358a 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.2")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.2.3")
```
in `project/plugins.sbt`.