aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-05-23 21:34:42 -0700
committerJakob Odersky <jakob@odersky.com>2016-05-23 21:34:42 -0700
commit24d77c088c011ccb17a831e256979cf90be005dd (patch)
treefeb56dfe4943e46f486307bf2e3a9a703c2eea81 /project
parent8f6744e548466bc65bd51b022bbaa66f6850de97 (diff)
downloadsbt-jni-24d77c088c011ccb17a831e256979cf90be005dd.tar.gz
sbt-jni-24d77c088c011ccb17a831e256979cf90be005dd.tar.bz2
sbt-jni-24d77c088c011ccb17a831e256979cf90be005dd.zip
Release v1.0.0v1.0.0
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 e0ff0bd..1228915 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-RC3",
+ version := "1.0.0",
organization := "ch.jodersky",
licenses := Seq(("BSD New", url("http://opensource.org/licenses/BSD-3-Clause"))),
scalacOptions ++= Seq("-deprecation", "-feature"),