Skip to content

Commit

Permalink
sbt 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Sullivan committed Aug 8, 2018
1 parent 3dd1343 commit 04ada73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.1.0
sbt.version=1.2.1

0 comments on commit 04ada73

Please sign in to comment.