aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-05-16 14:42:05 -0700
committerJakob Odersky <jakob@odersky.com>2016-05-16 14:42:05 -0700
commit10c9c992427e18f43106d3a56aedba5e46f780fa (patch)
treeed4686c2beec26f270390b700e87cec30a4a323f /project
parent18a7942e92359ae4be8b81cee2ba6556afd1009e (diff)
downloadsbt-jni-10c9c992427e18f43106d3a56aedba5e46f780fa.tar.gz
sbt-jni-10c9c992427e18f43106d3a56aedba5e46f780fa.tar.bz2
sbt-jni-10c9c992427e18f43106d3a56aedba5e46f780fa.zip
Bump version
Diffstat (limited to 'project')
-rw-r--r--project/SbtJniBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/SbtJniBuild.scala b/project/SbtJniBuild.scala
index f4c8dd1..2749ef4 100644
--- a/project/SbtJniBuild.scala
+++ b/project/SbtJniBuild.scala
@@ -14,7 +14,7 @@ object SbtJniBuild extends Build {
val macrosParadiseVersion = "2.1.0"
val commonSettings = Seq(
- version := "1.0.0-RC2",
+ version := "1.0.1-SNAPSHOT",
organization := "ch.jodersky",
licenses := Seq(("BSD New", url("http://opensource.org/licenses/BSD-3-Clause"))),
scalacOptions ++= Seq("-deprecation", "-feature"),