Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
irundaia committed May 19, 2020
1 parent 5ddb7fd commit 38171c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@
- Allow setting the file extension of compiled files
- Prefer loading the bundled libsass binaries when the platform is supported
- Upgrade `jna` to 5.5.0

## 1.5.1
- Revert loading the bundled libsass manually
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This plugin has been tested against sbt-web and the Play framework versions 1.4.
To use the `sbt-sassify` plugin you can include the plugin in `project/plugins.sbt` or `project/sbt-sassify.sbt` like this:

```scala
addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.5.0")
addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.5.1")
```

### Directory structure
Expand Down

0 comments on commit 38171c4

Please sign in to comment.