Skip to content

Commit

Permalink
Weird test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Apr 4, 2018
1 parent 1795d54 commit 721b197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -143,7 +143,7 @@ lazy val commonSettings = List(
},
initialCommands in console := """import scalax.transducers._""",
initialCommands in consoleQuick := "",
fork in test := true,
fork := true,
logBuffered := false)

lazy val publishSettings = List(
Expand Down

0 comments on commit 721b197

Please sign in to comment.