Skip to content

Commit

Permalink
Remove Ammonite integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed May 9, 2018
1 parent c62da31 commit 8368801
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.sbt
Expand Up @@ -66,11 +66,6 @@ lazy val commonSettings = Seq(
scalacOptions in (Test, console) := (scalacOptions in (Compile, console)).value,
scalacOptions in Tut --= Seq("-Ywarn-unused-import", "-Xmacro-settings:materialize-derivations"),

// use sbt <module_name>/test:console to run an ammonite console
// not published for Scala 2.12.6 (maybe now there's another way of integrating this?)
// libraryDependencies += "com.lihaoyi" % "ammonite" % "1.1.0" % "test" cross CrossVersion.full,
// initialCommands in (Test, console) := """ammonite.Main().run()""",

scalariformPreferences := scalariformPreferences.value
.setPreference(DanglingCloseParenthesis, Prevent)
.setPreference(DoubleIndentConstructorArguments, true)
Expand Down

0 comments on commit 8368801

Please sign in to comment.