Update version/sbt.version

This commit is contained in:
Dale Wijnand 2018-02-14 10:44:16 +00:00
parent 03b3d4fa72
commit f593fc6c74
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@ import Dependencies._
import Util._
//import com.typesafe.tools.mima.core._, ProblemFilters._
def baseVersion = "1.0.2-SNAPSHOT"
def internalPath = file("internal")
def commonSettings: Seq[Setting[_]] = Seq(
@ -55,7 +54,7 @@ lazy val utilRoot: Project = (project in file("."))
.settings(
inThisBuild(
Seq(
git.baseVersion := baseVersion,
git.baseVersion := "1.1.2",
version := {
val v = version.value
if (v contains "SNAPSHOT") git.baseVersion.value

View File

@ -1 +1 @@
sbt.version=1.0.4
sbt.version=1.1.1