aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-02-03 23:57:54 -0800
committerJakob Odersky <jakob@odersky.com>2016-02-03 23:58:22 -0800
commitbfbe18bc70a1534b0dcdea2db45cdf1a71435a6d (patch)
treebabc4847108a7fc1deadb00d96f2ee00f6ad6beb /project
parentcf714fe53c086582a0ff8b69063502624f72442c (diff)
downloadsbt-mavlink-bfbe18bc70a1534b0dcdea2db45cdf1a71435a6d.tar.gz
sbt-mavlink-bfbe18bc70a1534b0dcdea2db45cdf1a71435a6d.tar.bz2
sbt-mavlink-bfbe18bc70a1534b0dcdea2db45cdf1a71435a6d.zip
Move keys to autoImport
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala4
-rw-r--r--project/build.properties1
2 files changed, 3 insertions, 2 deletions
diff --git a/project/Build.scala b/project/Build.scala
index b81634c..bb3abfc 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -10,7 +10,7 @@ object ApplicationBuild extends Build {
scalaVersion := "2.10.4",
scalacOptions ++= Seq("-feature", "-deprecation"),
organization := "com.github.jodersky",
- version := "0.5.1"
+ version := "0.5.2"
) ++ publishSettings
lazy val root = (
@@ -50,7 +50,7 @@ object ApplicationBuild extends Build {
)
dependsOn(library)
)
-
+
lazy val publishSettings: Seq[Setting[_]] = Seq(
licenses := Seq(("LGPL", url("http://opensource.org/licenses/LGPL-3.0"))),
homepage := Some(url("http://github.com/jodersky/sbt-mavlink")),
diff --git a/project/build.properties b/project/build.properties
new file mode 100644
index 0000000..176a863
--- /dev/null
+++ b/project/build.properties
@@ -0,0 +1 @@
+sbt.version=0.13.9 \ No newline at end of file