From 04ada732976af138f0e279c032b78ef63a312426 Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Wed, 8 Aug 2018 01:13:36 -0700 Subject: [PATCH] sbt 1.2.1 --- build.sbt | 3 +-- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 0f7a78e..3689f7b 100644 --- a/build.sbt +++ b/build.sbt @@ -7,10 +7,9 @@ startYear := Some(2011) homepage := scmInfo.value map (_.browseUrl) scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:git@github.com:sbt/sbt-git.git")) -sbtPlugin := true crossSbtVersions := List("0.13.17", "1.1.5") -enablePlugins(GitVersioning) +enablePlugins(GitVersioning, SbtPlugin) git.baseVersion := "1.0" libraryDependencies ++= Seq( diff --git a/project/build.properties b/project/build.properties index 8b697bb..5620cc5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.0 +sbt.version=1.2.1