From fadf66a4a2cfacbd15e71db91072ec374558d78d Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 16 Jun 2016 17:47:03 -0700 Subject: Move version to separate file --- project/SbtJniBuild.scala | 1 - version.sbt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 version.sbt diff --git a/project/SbtJniBuild.scala b/project/SbtJniBuild.scala index f4ed456..99b693d 100644 --- a/project/SbtJniBuild.scala +++ b/project/SbtJniBuild.scala @@ -14,7 +14,6 @@ object SbtJniBuild extends Build { val macrosParadiseVersion = "2.1.0" val commonSettings = Seq( - version := "1.1.2-SNAPSHOT", organization := "ch.jodersky", licenses := Seq(("BSD New", url("http://opensource.org/licenses/BSD-3-Clause"))), scalacOptions ++= Seq("-deprecation", "-feature"), diff --git a/version.sbt b/version.sbt new file mode 100644 index 0000000..a9bd6a7 --- /dev/null +++ b/version.sbt @@ -0,0 +1 @@ +version in ThisBuild := "1.1.2-SNAPSHOT" -- cgit v1.2.3