Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Nov 18, 2013
1 parent 0c0fcab commit 0dca8bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This plugin tries to ease the building of plugins for older versions of sbt.

Add

addSbtPlugin("net.virtual-void" % "sbt-cross-building" % "0.8.0")
addSbtPlugin("net.virtual-void" % "sbt-cross-building" % "0.8.1")

to your ``project/plugins.sbt`` and

Expand Down
3 changes: 2 additions & 1 deletion notes/0.8.1.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ This version adds support for building _from_ sbt 0.13. From now on you can publ
plugins from a 0.13 build ([#23][]).

Other changes:

* introduced `latestCompatibleVersionMapper` setting which allows to customize which concrete version the
plugin should choose for a binary compatible one (e.g. build against "0.13.1-RC2" instead of "0.13.0" when using
plugin should choose for a binary compatible one (e.g. to build against "0.13.1-RC2" instead of "0.13.0" when using
`^^0.13`).
* warn when using concrete sbt version instead of binary compatible (e.g. in `^^0.13.0` instead of `^^0.13`)

Expand Down

0 comments on commit 0dca8bf

Please sign in to comment.