Skip to content

Commit

Permalink
Version 1.1 to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Kerola committed Nov 26, 2014
1 parent 2501c47 commit 3fc07d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Define the plugin as a dependency to your project by adding the following lines

resolvers += "sbt-vaadin-plugin repo" at "http://henrikerola.github.io/repository/releases"

addSbtPlugin("org.vaadin.sbt" % "sbt-vaadin-plugin" % "1.0.0")
addSbtPlugin("org.vaadin.sbt" % "sbt-vaadin-plugin" % "1.1.0")

After that you need to enabled the plugin on the projects you want to use it. This is done by including settings from `vaadinSettings`, `vaadinAddOnSettings` or `vaadinWebSettings`:

Expand Down

0 comments on commit 3fc07d9

Please sign in to comment.