You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use requiredGems in the can-use-jekyll sbt-test fails with:
[error] .../can-use-jekyll/build.sbt:13: error: reference to requiredGems is ambiguous;
[error] it is imported twice in the same scope by
[error] import _root_.com.typesafe.sbt.site.nanoc.NanocPlugin.autoImport._
[error] and import _root_.com.typesafe.sbt.site.jekyll.JekyllPlugin.autoImport._
[error] requiredGems := Map(
[error] ^
The text was updated successfully, but these errors were encountered:
Attempting to use
requiredGems
in the can-use-jekyll sbt-test fails with:The text was updated successfully, but these errors were encountered: