Skip to content

Instantly share code, notes, and snippets.

@djspiewak
Created July 8, 2014 21:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djspiewak/976cd8ac65e20e136f05 to your computer and use it in GitHub Desktop.
Save djspiewak/976cd8ac65e20e136f05 to your computer and use it in GitHub Desktop.
unmanagedSourceDirectories in Compile += (sourceDirectory in Compile).value / s"scala-${scalaBinaryVersion.value}",
unmanagedSourceDirectories in Test += (sourceDirectory in Test).value / s"scala-${scalaBinaryVersion.value}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment