Skip to content

Commit

Permalink
Prepare release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Aug 11, 2017
1 parent 8ed3f41 commit f0aa7ca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ Add sbt-fresh to your global plugins definition, which most probably resides
under `~/.sbt/0.13/plugins/plugins.sbt`:

``` scala
addSbtPlugin("de.heikoseeberger" % "sbt-fresh" % "2.11.1")
addSbtPlugin("de.heikoseeberger" % "sbt-fresh" % "3.0.0")
```

You can define the following settings in your global build definition, which
most probably sits at `~/.sbt/0.13/build.sbt`:

``` scala
import de.heikoseeberger.sbtfresh.FreshPlugin.autoImport._
import de.heikoseeberger.sbtfresh.license.License
import de.heikoseeberger.sbtfresh.license.License // Only needed for `freshLicense` setting

freshOrganization := "doe.john" // Organization – "default" by default
freshAuthor := "John Doe" // Author – value of "user.name" system property or "default" by default
Expand Down Expand Up @@ -77,11 +76,9 @@ sbt-fresh creates a project with the following layout:
+ LICENSE // license file (Apache by default)
+ NOTICE
+ project
--+ AutomateScalafmtPlugin.scala // settings for scalafmt automation
--+ build.properties // sbt version
--+ plugins.sbt // sbt-git, sbt-header, sbt-scalafmt
+ README.md
+ shell-prompt.sbt // show project id
+ src
--+ main
----+ scala
Expand Down

0 comments on commit f0aa7ca

Please sign in to comment.