Skip to content

Commit 04371d4

Browse files
stuffandthingsbantonsson
authored andcommitted
Fix example version numbers in README
1 parent 630f1a1 commit 04371d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the plugin to your `project/plugins.sbt`:
1010
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % versionNumber)
1111
```
1212

13-
The version number is determined by the latest package, and can be deduced from the [version.sbt](https://github.com/sbt/sbt-javaagent/blob/master/version.sbt) file, i.e. if the version.sbt is "0.15-SNAPSHOT" then the latest released version is probably "0.14". You can see the full version packages in the bintray repository:
13+
The version number is determined by the latest package, and can be deduced from the [version.sbt](https://github.com/sbt/sbt-javaagent/blob/master/version.sbt) file, i.e. if the version.sbt is `0.1.5-SNAPSHOT` then the latest released version is probably `0.1.4`. You can see the full version packages in the bintray repository:
1414

1515
https://dl.bintray.com/sbt/sbt-plugin-releases/com.lightbend.sbt/sbt-javaagent/scala_2.12/sbt_1.0/
1616

0 commit comments

Comments
 (0)