Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.

Commit e931cb4

Browse files
author
Maxim Fedorov
committed
Update documentation in accordance to new to be released version
1 parent 9affe6d commit e931cb4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add following to `project/plugins.sbt`
1313
```
1414
resolvers += "TNM" at "http://nexus.thenewmotion.com/content/groups/public"
1515
16-
addSbtPlugin("com.thenewmotion" % "sbt-build-seed" % "1.2.1")
16+
addSbtPlugin("com.thenewmotion" % "sbt-build-seed" % "1.4.0")
1717
```
1818

1919
To develop a library in your build.sbt use:
@@ -31,11 +31,17 @@ To develop an application in your build.sbt use:
3131
enablePlugins(AppPlugin)
3232
```
3333

34+
### Recommendations ###
35+
Instead of standard sbt launcher use [sbt-extras](https://github.com/paulp/) and add following alias to your shell init script
36+
37+
`alias sbt="sbt -sbt-force-latest"`
38+
39+
If you keep updating sbt-extras you'll always have up-to-date sbt at your disposal.
3440

3541
### Requirements ###
3642
Releases `>= 1.1.1`
3743

38-
- sbt `0.13.9`
44+
- sbt `>= 0.13.9`
3945

4046
Releases `>= 1.0.0`
4147

0 commit comments

Comments
 (0)