Skip to content

Commit 1a1a777

Browse files
committed
Prep for 1.0.0 release
1 parent 9febd84 commit 1a1a777

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ well as allowing other plugins to make use of git.
77

88

99
## Installation ##
10-
As of `0.10.0` (not released yet) this plugin requires at least **Java 8**.
10+
As of `1.0.0` this plugin requires at least **Java 8**.
1111
The latest version supporting Java 7 was `0.9.3`, while the latest version supporting Java 6 was `0.8.5`.
1212

1313
Latest:
1414

1515
Add the following to your `project/plugins.sbt` or `~/.sbt/0.13/plugins/plugins.sbt` file:
1616

17-
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
17+
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
1818

1919
Prior to sbt 0.13.5:
2020

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:git@gith
1010
sbtPlugin := true
1111

1212
enablePlugins(GitVersioning)
13-
git.baseVersion := "0.9"
13+
git.baseVersion := "1.0"
1414

1515
libraryDependencies ++= Seq(
1616
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.9.0.201710071750-r"

0 commit comments

Comments
 (0)