Skip to content

Commit

Permalink
Merge pull request #159 from sullis/sbt-1.2.1
Browse files Browse the repository at this point in the history
sbt 1.2.1
  • Loading branch information
dwijnand authored Aug 30, 2018
2 parents 3dd1343 + 04ada73 commit 16587db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.0
sbt.version=1.2.1

0 comments on commit 16587db

Please sign in to comment.