From 38171c41f1b16c9acf41e32c504e5ec721a70113 Mon Sep 17 00:00:00 2001 From: Han van Venrooij Date: Wed, 20 May 2020 00:22:30 +0200 Subject: [PATCH] Update README and CHANGELOG --- CHANGELOG.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84184a7..0ac82c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index ac3311d..4b7baf5 100644 --- a/README.md +++ b/README.md @@ -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