diff --git a/build.sbt b/build.sbt index a9f9b45..8392bf8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,9 +1,6 @@ lazy val firepower = project .in(file(".")) - .settings( - console / initialCommands := "import com.htmlism._" - ) .withCats .withTesting .aggregate(nescant, scratchpad, demo)