We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1472c commit 3cc6817Copy full SHA for 3cc6817
build.sbt
@@ -5,7 +5,7 @@ import java.nio.file.Path
5
inThisBuild(
6
Def.settings(
7
organization := "org.scalanative.bindgen",
8
- version := "0.1-SNAPSHOT",
+ version := "0.2-SNAPSHOT",
9
scalaVersion := "2.11.12",
10
scalacOptions ++= Seq(
11
"-deprecation",
0 commit comments