From d1565214cecded4724d189136f2a59a827c5aaa6 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Thu, 4 Dec 2014 18:30:27 -0500 Subject: [PATCH] Add the required import. I'm not sure if this is the right way to do this, but I tried to use this chunk of the documentation without reading the rest and was unaware this was needed, thought it might help the next person trying to cut and paste away. --- src/sphinx/DetailedTopics/custom.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sphinx/DetailedTopics/custom.rst b/src/sphinx/DetailedTopics/custom.rst index 883ea7cdb..18440a5a6 100644 --- a/src/sphinx/DetailedTopics/custom.rst +++ b/src/sphinx/DetailedTopics/custom.rst @@ -26,6 +26,8 @@ contains the assembled jar. This is what the final ``build.sbt`` should contain: .. code-block:: scala + import AssemblyKeys._ + // the assembly settings assemblySettings