Skip to content

Commit

Permalink
Merge pull request #700 from jamesward/fix/migration-guide
Browse files Browse the repository at this point in the history
bump sbt version in the migration guide
  • Loading branch information
nraychaudhuri committed Jan 25, 2013
2 parents ce5b239 + fa3ef4f commit 871f0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/manual/Migration.md
Expand Up @@ -23,7 +23,7 @@ val main = play.Project(appName, appVersion, appDependencies).settings(
Lastly, update your `project/build.properties` file:

```
sbt.version=0.12.1
sbt.version=0.12.2
```

Then clean and re-compile your project using the `play` command in the **Play 2.1.0** distribution:
Expand Down

0 comments on commit 871f0e1

Please sign in to comment.