From bfbe18bc70a1534b0dcdea2db45cdf1a71435a6d Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 3 Feb 2016 23:57:54 -0800 Subject: Move keys to autoImport --- project/Build.scala | 4 ++-- project/build.properties | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 project/build.properties (limited to 'project') 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 -- cgit v1.2.3