Commit d796faee6c2b28140e29c92a801bd33ebc99c082

Michael Crumm 2021-09-23T09:17:02

update more sass versions

diff --git a/README.md b/README.md
index 5f22984..b809f9e 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ directory, the OS environment, and default arguments to the
 
 ```elixir
 config :dart_sass,
-  version: "1.36.0",
+  version: "1.39.0",
   default: [
     args: ~w(css/app.scss ../priv/static/assets/app.css),
     cd: Path.expand("../assets", __DIR__)
@@ -99,7 +99,7 @@ compile CSS to the output location `priv/static/assets/app.css`:
 
 ```elixir
 config :dart_sass,
-  version: "1.36.0",
+  version: "1.39.0",
   default: [
     args: ~w(css/app.scss ../priv/static/assets/app.css),
     cd: Path.expand("../assets", __DIR__)