From dd582994720aa012ec037da0f95df903899c0c2f Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 28 Aug 2017 12:01:47 -0400 Subject: [PATCH] Fix typo --- notes/1.0.1.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/1.0.1.markdown b/notes/1.0.1.markdown index b43579023..3475d6397 100644 --- a/notes/1.0.1.markdown +++ b/notes/1.0.1.markdown @@ -19,7 +19,7 @@ The watch source feature went through a major change from sbt 0.13 to sbt 1.0 us First, `sbt.WatchSource` is a new alias for `sbt.internal.io.Source`. Hopefully this is easy enough to remember because the key is named `watchSources`. Next, `def apply(base: File)` and `def apply(base: File, includeFilter: FileFilter, excludeFilter: FileFilter)` constructors were added to the companion object of `sbt.WatchSource`. -For backward compatiblity, sbt 1.0.1 adds `+=` support (`Append` instance) from `File` to `Seqp[WatchSource]`. +For backward compatiblity, sbt 1.0.1 adds `+=` support (`Append` instance) from `File` to `Seq[WatchSource]`. So, if you have a directory you want to watch: