From 66ea145c4c92833e048844cd8852060d46f1a703 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 24 Jan 2016 12:59:17 -0800 Subject: Add combinated native libraries key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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`: -- cgit v1.2.3