Skip to content

Commit f421410

Browse files
committed
v0.3.2 with scala-native 0.2 support
1 parent f5659de commit f421410

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ this library is published, and add a `%%%` dependency:
1717

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

2323
Every parameter type must have an instance of `FfiType[_]`

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lazy val commonSettings = Def.settings(
22
scalaVersion := "2.11.8",
33
organization := "com.github.nadavwr",
4-
version := "0.3.1",
4+
version := "0.3.2",
55
publishArtifact in (Compile, packageDoc) := false,
66
licenses += ("MIT", url("http://opensource.org/licenses/MIT"))
77
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.1.0")
1+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.2.0")
22
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

0 commit comments

Comments
 (0)