Skip to content

Commit d859186

Browse files
committed
FIXUP
1 parent b9a7c4e commit d859186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ enablePlugins(SbtPlugin)
7373
scriptedLaunchOpts ++= Seq(
7474
"-Xmx1024M",
7575
"-Dplugin.version=" + version.value,
76-
"-Dsbt.color=never", // TODO: WIP
76+
"-Dsbt.color=never", // to get reliable test results on sbt log
7777
)
7878

7979
// TODO: #4 set up release publishing

0 commit comments

Comments
 (0)