diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/hugo/hugo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hugo/hugo.go b/common/hugo/hugo.go index 0589ac9a3..456968973 100644 --- a/common/hugo/hugo.go +++ b/common/hugo/hugo.go @@ -276,7 +276,7 @@ func GetDependencyListNonGo() []string { if IsExtended { deps = append( deps, - formatDep("github.com/sass/libsass", "3.6.5"), + formatDep("github.com/sass/libsass", "3.6.6"), formatDep("github.com/webmproject/libwebp", "v1.3.2"), ) } |