From d6d892365a27a60a1786c5bee509570355613986 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 4 Apr 2018 23:31:15 -0700 Subject: Fork: update organization and version settings --- build.sbt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 7d29f36..7c78b0b 100644 --- a/build.sbt +++ b/build.sbt @@ -79,9 +79,12 @@ lazy val benchmarks = project .dependsOn(examplesJVM) lazy val buildSettings = Seq( - organization := "com.propensive", + organization in ThisBuild := "io.crashbox", name := "magnolia", - version := "0.8.0", + version in ThisBuild := { + import sys.process._ + ("git describe --always --dirty=-SNAPSHOT --match v[0-9].*" !!).tail.trim + }, scalacOptions ++= Seq( "-deprecation", "-feature", -- cgit v1.2.3