Skip to content

Instantly share code, notes, and snippets.

@jairamc
Last active October 8, 2016 11:11
Show Gist options
  • Save jairamc/6a911d61a7bde6c3fa88903da0b3d15b to your computer and use it in GitHub Desktop.
Save jairamc/6a911d61a7bde6c3fa88903da0b3d15b to your computer and use it in GitHub Desktop.
Useful SBT symbols

:= sets a setting to a new value
+= appends a single value to a setting
++= appends a collection of values to a setting
<<= sets a setting to the value/result of another setting/context
<+= appends a single value/result of another setting/context to this setting
<++= appends a collection of values/results of another setting/context to this setting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment