Skip to content

Commit

Permalink
v0.3.2 with scala-native 0.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavwr committed Apr 26, 2017
1 parent f5659de commit f421410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ this library is published, and add a `%%%` dependency:

```scala
resolvers += Resolver.bintrayRepo("nadavwr", "maven"),
libraryDependencies += "com.github.nadavwr" %%% "libffi-scala-native" % "0.3.1"
libraryDependencies += "com.github.nadavwr" %%% "libffi-scala-native" % "0.3.2"
```

Every parameter type must have an instance of `FfiType[_]`
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val commonSettings = Def.settings(
scalaVersion := "2.11.8",
organization := "com.github.nadavwr",
version := "0.3.1",
version := "0.3.2",
publishArtifact in (Compile, packageDoc) := false,
licenses += ("MIT", url("http://opensource.org/licenses/MIT"))
)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.1.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.2.0")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

0 comments on commit f421410

Please sign in to comment.